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