Passed
Push — master ( 60daa8...f4ff38 )
by Michal
04:08
created
src/Context.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -307,7 +307,7 @@
 block discarded – undo
307 307
      *
308 308
      * @return int the appropriate flag for the comment type
309 309
      */
310
-    public static function isComment($str, $end=false)
310
+    public static function isComment($str, $end = false)
311 311
     {
312 312
         $len = strlen($str);
313 313
         if ($str[0] === '#') {
Please login to merge, or discard this patch.