Passed
Pull Request — master (#1369)
by Marcin
02:59
created
src/Exclusion/DepthExclusionStrategy.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -29,7 +29,7 @@
 block discarded – undo
29 29
         $relativeDepth = 0;
30 30
 
31 31
         foreach ($metadataStack as $metadata) {
32
-            if (!$metadata instanceof PropertyMetadata) {
32
+            if ( ! $metadata instanceof PropertyMetadata) {
33 33
                 continue;
34 34
             }
35 35
             
Please login to merge, or discard this patch.