Passed
Pull Request — master (#3)
by Frederick
01:54
created
src/Package.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,7 @@
 block discarded – undo
18 18
     public function __construct(string $name)
19 19
     {
20 20
         if(empty($name)) {
21
-           throw new EmptyValueException('Package name can\'t be empty');
21
+            throw new EmptyValueException('Package name can\'t be empty');
22 22
         }
23 23
 
24 24
         $this->name = $name;
Please login to merge, or discard this patch.