@@ -21,7 +21,7 @@ |
||
21 | 21 | */ |
22 | 22 | public function verify(Package $package) |
23 | 23 | { |
24 | - if (! $package->getName() || empty($package->getName())) { |
|
24 | + if (!$package->getName() || empty($package->getName())) { |
|
25 | 25 | throw new ValidatorException('Package name is not defined!'); |
26 | 26 | } |
27 | 27 | } |
@@ -21,7 +21,7 @@ |
||
21 | 21 | */ |
22 | 22 | public function verify(Package $package) |
23 | 23 | { |
24 | - if (! $package->getAuthor() || empty($package->getAuthor())) { |
|
24 | + if (!$package->getAuthor() || empty($package->getAuthor())) { |
|
25 | 25 | throw new ValidatorException('Author is not defined!'); |
26 | 26 | } |
27 | 27 | } |