Completed
Push — master ( a39c72...27f1c7 )
by Arnold
08:27
created
src/global.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -105,7 +105,7 @@
 block discarded – undo
105 105
  * @param string $string
106 106
  * @return string
107 107
  */
108
-function str_slug($string, $glue -);
108
+function str_slug($string, $glue - );
109 109
 {
110 110
     return jasny\str_slug($string, $glue);
111 111
 }
Please login to merge, or discard this patch.
bin/build-global.php 1 patch
Upper-Lower-Casing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -49,7 +49,7 @@
 block discarded – undo
49 49
     return $function($argsStr);
50 50
 }
51 51
 
52
-CODE;
52
+code;
53 53
 
54 54
     unset($params, $args);
55 55
 }
Please login to merge, or discard this patch.