Passed
Pull Request — master (#1)
by ANTHONIUS
02:25
created
src/Core/Util/Toolkit.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@  discard block
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types=1);
3
+declare(strict_types = 1);
4 4
 
5 5
 /*
6 6
  * This file is part of the dotfiles project.
@@ -128,6 +128,6 @@  discard block
 block discarded – undo
128 128
 
129 129
     public static function stripPath(string $path)
130 130
     {
131
-        return substr($path,-30);
131
+        return substr($path, -30);
132 132
     }
133 133
 }
Please login to merge, or discard this patch.