Überprüfung des Codes per PHPStorm-Kontrolle ist erfolgreich.

This commit is contained in:
2021-03-18 09:13:00 +01:00
parent 99c4e0dcc1
commit 6ca23ee2eb
4 changed files with 5 additions and 8 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
<?php /** @noinspection PhpArrayShapeAttributeCanBeAddedInspection */
<?php
namespace TorstenHettstedt\Colors\Tests\Unit\ColorModels;
@@ -1,4 +1,4 @@
<?php /** @noinspection PhpArrayShapeAttributeCanBeAddedInspection */
<?php
namespace TorstenHettstedt\Colors\Tests\Unit\Transformer;
@@ -1,4 +1,4 @@
<?php /** @noinspection PhpArrayShapeAttributeCanBeAddedInspection */
<?php
namespace TorstenHettstedt\Colors\Tests\Unit\Transformer;
@@ -84,14 +84,11 @@ class HueSaturationValueTransformerTest extends Unit
/**
* @param array $hsv
* @param array $cmyk
*
* @throws Exception
*
* @dataProvider validCmykValuesProvider
*
*/
public function testToHueSaturationValue(array $hsv, array $cmyk)
public function testToHueSaturationValue(array $hsv)
{
$this->color = $this->make(HueSaturationValue::class, $hsv);
@@ -1,4 +1,4 @@
<?php /** @noinspection PhpArrayShapeAttributeCanBeAddedInspection */
<?php
namespace TorstenHettstedt\Colors\Tests\Unit\Transformer;