Überprüfung des Codes per PHPStorm-Kontrolle ist erfolgreich.
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user