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