Completed
Branch master (f1524e)
by BruceScrutinizer
07:26
created
Category
src/Common/FileSystemPath.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 block discarded – undo
9 9
     /** @var string  */
10 10
     private $path;
11 11
 
12
-    public function __construct(string $path, bool $noCheck=false)
12
+    public function __construct(string $path, bool $noCheck = false)
13 13
     {
14 14
         if ($noCheck === false) {
15 15
             Assert::readable($path);
Please login to merge, or discard this patch.