Passed
Push — master ( 82dae2...f5a40a )
by
unknown
04:01
created
spec/Model/VendorTranslationSpec.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -49,6 +49,6 @@
 block discarded – undo
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
 }
Please login to merge, or discard this patch.
spec/Model/VendorSpec.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -93,7 +93,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.