Completed
Push — master ( f82559...44e56a )
by Lars
02:27
created
src/idiorm/orm/ORM.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -2567,9 +2567,9 @@
 block discarded – undo
2567 2567
 
2568 2568
     // double up any identifier quotes to escape them
2569 2569
     return $quote_character .
2570
-           str_replace(
2571
-               $quote_character, $quote_character . $quote_character, $part
2572
-           ) . $quote_character;
2570
+            str_replace(
2571
+                $quote_character, $quote_character . $quote_character, $part
2572
+            ) . $quote_character;
2573 2573
   }
2574 2574
 
2575 2575
   /**
Please login to merge, or discard this patch.