Completed
Push — master ( 3dd5e8...ffc8b9 )
by Omar
02:42
created
src/TemplesOfCode/CodeSanity/DiffFinder.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -15,7 +15,7 @@
 block discarded – undo
15 15
     /**
16 16
      * @var string
17 17
      */
18
-    protected static $localLocationPattern=<<<PATTERN
18
+    protected static $localLocationPattern = <<<PATTERN
19 19
 /(\/[A-Za-z0-9_\-\.]+)*\/?/
20 20
 PATTERN;
21 21
 
Please login to merge, or discard this patch.