Completed
Pull Request — master (#58)
by John
02:57
created
src/Tests/EventListener/ViewListenerTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@
 block discarded – undo
1 1
 <?php
2
-declare(strict_types=1);
2
+declare(strict_types = 1);
3 3
 /*
4 4
  * This file is part of the KleijnWeb\SwaggerBundle package.
5 5
  *
Please login to merge, or discard this patch.
src/Tests/EventListener/VndErrorExceptionListenerTest.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@  discard block
 block discarded – undo
1 1
 <?php
2
-declare(strict_types=1);
2
+declare(strict_types = 1);
3 3
 /*
4 4
  * This file is part of the KleijnWeb\SwaggerBundle package.
5 5
  *
@@ -221,7 +221,7 @@  discard block
 block discarded – undo
221 221
             $logger
222 222
                 ->expects($this->once())
223 223
                 ->method('log')
224
-                ->with($this->anything(), $this->callback(function ($message) use (&$logref) {
224
+                ->with($this->anything(), $this->callback(function($message) use (&$logref) {
225 225
                     $matches = [];
226 226
                     if (preg_match('/logref ([a-z0-9]*)/', $message, $matches)) {
227 227
                         $logref = $matches[1];
Please login to merge, or discard this patch.
src/Tests/Functional/ApiTestCaseTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@
 block discarded – undo
1 1
 <?php
2
-declare(strict_types=1);
2
+declare(strict_types = 1);
3 3
 /*
4 4
  * This file is part of the KleijnWeb\SwaggerBundle package.
5 5
  *
Please login to merge, or discard this patch.
src/Tests/Functional/BasicPetStoreApiTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@
 block discarded – undo
1 1
 <?php
2
-declare(strict_types=1);
2
+declare(strict_types = 1);
3 3
 /*
4 4
  * This file is part of the KleijnWeb\SwaggerBundle package.
5 5
  *
Please login to merge, or discard this patch.
src/Tests/Functional/PetStore/Controller/EntityController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@
 block discarded – undo
1 1
 <?php
2
-declare(strict_types=1);
2
+declare(strict_types = 1);
3 3
 /*
4 4
  * This file is part of the KleijnWeb\SwaggerBundle package.
5 5
  *
Please login to merge, or discard this patch.
src/Tests/Functional/PetStore/Controller/PetController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@
 block discarded – undo
1 1
 <?php
2
-declare(strict_types=1);
2
+declare(strict_types = 1);
3 3
 /*
4 4
  * This file is part of the KleijnWeb\SwaggerBundle package.
5 5
  *
Please login to merge, or discard this patch.
src/Tests/Functional/PetStore/Controller/StoreController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@
 block discarded – undo
1 1
 <?php
2
-declare(strict_types=1);
2
+declare(strict_types = 1);
3 3
 /*
4 4
  * This file is part of the KleijnWeb\SwaggerBundle package.
5 5
  *
Please login to merge, or discard this patch.
src/Tests/Functional/PetStore/EventListener/ResponseListener.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@
 block discarded – undo
1 1
 <?php
2
-declare(strict_types=1);
2
+declare(strict_types = 1);
3 3
 /*
4 4
  * This file is part of the KleijnWeb\RestETagBundle package.
5 5
  *
Please login to merge, or discard this patch.
src/Tests/Functional/PetStore/Model/Resources/Order.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@
 block discarded – undo
1 1
 <?php
2
-declare(strict_types=1);
2
+declare(strict_types = 1);
3 3
 namespace KleijnWeb\SwaggerBundle\Tests\Functional\PetStore\Model\Resources;
4 4
 
5 5
 use JMS\Serializer\Annotation\Type;
Please login to merge, or discard this patch.