@@ -18,7 +18,7 @@ |
||
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; |
@@ -17,7 +17,7 @@ |
||
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 |