Completed
Push — upgrade_swaggerui ( c47a93...8528ad )
by Kévin
05:49
created
src/Bridge/Symfony/Validator/EventListener/ValidationExceptionListener.php 1 patch
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 ApiPlatform\Core\Bridge\Symfony\Validator\EventListener;
15 15
 
Please login to merge, or discard this patch.
Symfony/Validator/Metadata/Property/ValidatorPropertyMetadataFactory.php 1 patch
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 ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property;
15 15
 
Please login to merge, or discard this patch.
src/Bridge/Symfony/Routing/RouteNameResolverInterface.php 1 patch
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 ApiPlatform\Core\Bridge\Symfony\Routing;
15 15
 
Please login to merge, or discard this patch.
Metadata/Property/PropertyInfoPropertyNameCollectionFactory.php 1 patch
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 ApiPlatform\Core\Bridge\Symfony\PropertyInfo\Metadata\Property;
15 15
 
Please login to merge, or discard this patch.
src/Bridge/Symfony/Bundle/DependencyInjection/Configuration.php 1 patch
Spacing   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@  discard block
 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 ApiPlatform\Core\Bridge\Symfony\Bundle\DependencyInjection;
15 15
 
@@ -117,7 +117,7 @@  discard block
 block discarded – undo
117 117
                     ->useAttributeAsKey('exception_class')
118 118
                     ->beforeNormalization()
119 119
                         ->ifArray()
120
-                        ->then(function (array $exceptionToStatus) {
120
+                        ->then(function(array $exceptionToStatus) {
121 121
                             foreach ($exceptionToStatus as &$httpStatusCode) {
122 122
                                 if (is_int($httpStatusCode)) {
123 123
                                     continue;
@@ -134,7 +134,7 @@  discard block
 block discarded – undo
134 134
                     ->prototype('integer')->end()
135 135
                     ->validate()
136 136
                         ->ifArray()
137
-                        ->then(function (array $exceptionToStatus) {
137
+                        ->then(function(array $exceptionToStatus) {
138 138
                             foreach ($exceptionToStatus as $httpStatusCode) {
139 139
                                 if ($httpStatusCode < 100 || $httpStatusCode >= 600) {
140 140
                                     throw new InvalidConfigurationException(sprintf('The HTTP status code "%s" is not valid.', $httpStatusCode));
@@ -166,7 +166,7 @@  discard block
 block discarded – undo
166 166
                     ->useAttributeAsKey('format')
167 167
                     ->beforeNormalization()
168 168
                         ->ifArray()
169
-                        ->then(function ($v) {
169
+                        ->then(function($v) {
170 170
                             foreach ($v as $format => $value) {
171 171
                                 if (isset($value['mime_types'])) {
172 172
                                     continue;
Please login to merge, or discard this patch.
src/Bridge/Symfony/Bundle/DependencyInjection/ApiPlatformExtension.php 1 patch
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 ApiPlatform\Core\Bridge\Symfony\Bundle\DependencyInjection;
15 15
 
Please login to merge, or discard this patch.
src/Bridge/Symfony/Bundle/DependencyInjection/Compiler/DataProviderPass.php 1 patch
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 ApiPlatform\Core\Bridge\Symfony\Bundle\DependencyInjection\Compiler;
15 15
 
Please login to merge, or discard this patch.
src/Bridge/Symfony/Bundle/Command/SwaggerCommand.php 1 patch
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 ApiPlatform\Core\Bridge\Symfony\Bundle\Command;
15 15
 
Please login to merge, or discard this patch.
src/Bridge/Symfony/Bundle/EventListener/SwaggerUiListener.php 1 patch
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 ApiPlatform\Core\Bridge\Symfony\Bundle\EventListener;
15 15
 
Please login to merge, or discard this patch.