Passed
Push — master ( 8a1e27...a72f33 )
by Artem
02:43
created
src/Filesystem/Manager.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -40,7 +40,7 @@
 block discarded – undo
40 40
      * @param	string	$newname
41 41
      * @return	bool
42 42
      */
43
-    public function rename(string $oldname , string $newname): bool
43
+    public function rename(string $oldname, string $newname): bool
44 44
     {
45 45
         return rename($oldname, $newname);
46 46
     }
Please login to merge, or discard this patch.