Passed
Push — master ( 7aa83d...3e4cac )
by Frederick
01:47
created
src/ValueObjects/Package.php 1 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.