Completed
Pull Request — 2.1 (#1512)
by Antoine
02:49
created
src/Operation/Factory/SubresourceOperationFactory.php 1 patch
Spacing   +2 added lines, -2 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\Operation\Factory;
15 15
 
@@ -87,7 +87,7 @@  discard block
 block discarded – undo
87 87
                 $maxDepth = $subresource->getMaxDepth();
88 88
             }
89 89
 
90
-            if(null !== $maxDepth && $depth >= $maxDepth) {
90
+            if (null !== $maxDepth && $depth >= $maxDepth) {
91 91
                 continue;
92 92
             }
93 93
             if (isset($visited[$visiting])) {
Please login to merge, or discard this patch.