Completed
Pull Request — master (#58)
by John
02:57
created
src/DependencyInjection/Configuration.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/Document/Exception/InvalidReferenceException.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/Document/Exception/ResourceNotReadableException.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/Document/ParameterRefBuilder.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/Document/RefResolver.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
  *
@@ -201,7 +201,7 @@  discard block
 block discarded – undo
201 201
     {
202 202
         $exception = new ResourceNotReadableException("Failed reading '$uri'");
203 203
 
204
-        set_error_handler(function () use ($exception) {
204
+        set_error_handler(function() use ($exception) {
205 205
             throw $exception;
206 206
         });
207 207
         $response = file_get_contents($uri);
Please login to merge, or discard this patch.
src/Document/SwaggerDocument.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/Document/YamlParser.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/EventListener/RequestListener.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/EventListener/ViewListener.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.