@@ -49,6 +49,6 @@ |
||
| 49 | 49 | function it_allows_access_via_properties(): void |
| 50 | 50 | { |
| 51 | 51 | $this->setDescription('Vendor description'); |
| 52 | - $this->getDescription()->shouldReturn('Vendor description');; |
|
| 52 | + $this->getDescription()->shouldReturn('Vendor description'); ; |
|
| 53 | 53 | } |
| 54 | 54 | } |
@@ -93,7 +93,7 @@ |
||
| 93 | 93 | $this->setEmail('[email protected]'); |
| 94 | 94 | $this->getEmail()->shouldReturn('[email protected]'); |
| 95 | 95 | |
| 96 | - $file = new File(__DIR__ . '/VendorSpec.php'); |
|
| 96 | + $file = new File(__DIR__.'/VendorSpec.php'); |
|
| 97 | 97 | $this->setLogoFile($file); |
| 98 | 98 | $this->getLogoFile()->shouldReturn($file); |
| 99 | 99 | |