Passed
Push — master ( 12216b...17b30e )
by Amin
02:35
created
src/Helper.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -42,7 +42,7 @@
 block discarded – undo
42 42
      */
43 43
     public static function appendSlash($word)
44 44
     {
45
-        if($word){
45
+        if ($word) {
46 46
             return rtrim($word, '/') . '/';
47 47
         }
48 48
         return $word;
Please login to merge, or discard this patch.