Passed
Push — master ( 67ba7a...464886 )
by Mehmet
04:18
created
src/ReJSON/Command/Set.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -45,7 +45,7 @@
 block discarded – undo
45 45
             json_encode($json)
46 46
         );
47 47
         if ($existentialModifier !== null) {
48
-             return $command->withExistentialModifier($existentialModifier);
48
+                return $command->withExistentialModifier($existentialModifier);
49 49
         }
50 50
         return $command;
51 51
     }
Please login to merge, or discard this patch.