Failed Conditions
Pull Request — master (#103)
by Jonathan
02:01
created
lib/Doctrine/Inflector/Inflector.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -345,7 +345,7 @@
 block discarded – undo
345 345
 
346 346
             // Assume ISO-8859-1 if not UTF-8
347 347
             $characters['in'] =
348
-                  chr(128)
348
+                    chr(128)
349 349
                 . chr(131)
350 350
                 . chr(138)
351 351
                 . chr(142)
Please login to merge, or discard this patch.