x Sorry, these patches are not available anymore due to data migration. Please run a fresh inspection.
Completed
Push — master ( 205d62...071daa )
by Claus
44s
created
src/Core/Compiler/TemplateCompiler.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -300,7 +300,7 @@
 block discarded – undo
300 300
      */
301 301
     protected function sanitizeIdentifier($identifier)
302 302
     {
303
-        return (string)preg_replace('([^a-zA-Z0-9_\x7f-\xff])', '_', $identifier);
303
+        return (string) preg_replace('([^a-zA-Z0-9_\x7f-\xff])', '_', $identifier);
304 304
     }
305 305
 
306 306
     /**
Please login to merge, or discard this patch.