Passed
Push — master ( 18abc7...19029b )
by Mehmet
07:34
created
src/RedisGraph/Node.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -83,7 +83,7 @@
 block discarded – undo
83 83
 
84 84
     private function getProps(iterable $properties): string
85 85
     {
86
-         $props = '';
86
+            $props = '';
87 87
         foreach ($properties as $propKey => $propValue) {
88 88
             if ($props !== '') {
89 89
                 $props .= ', ';
Please login to merge, or discard this patch.