Completed
Push — 1.0-make-tests-green-again ( 58c4e3 )
by Kamil
37:31
created
tests/Controller/ProductAttributeApiTest.php 2 patches
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 block discarded – undo
9 9
  * file that was distributed with this source code.
10 10
  */
11 11
 
12
-declare(strict_types=1);
12
+declare(strict_types = 1);
13 13
 
14 14
 namespace Sylius\Tests\Controller;
15 15
 
Please login to merge, or discard this patch.
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -333,7 +333,7 @@
 block discarded – undo
333 333
 
334 334
     /**
335 335
      * @param Response $response
336
-     * @param array|string[] $expectedChoiceValues
336
+     * @param string[] $expectedChoiceValues
337 337
      */
338 338
     private function assertSelectChoicesInResponse(Response $response, array $expectedChoiceValues): void
339 339
     {
Please login to merge, or discard this patch.