Passed
Push — master ( 5ae5fc...1c3f43 )
by Giuliano
18:52
created
src/Entities/ViewComponent.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -66,7 +66,7 @@
 block discarded – undo
66 66
 
67 67
         $directive = $this->getDirective($class);
68 68
 
69
-        if (! $directive) {
69
+        if (!$directive) {
70 70
             return $this;
71 71
         }
72 72
         
Please login to merge, or discard this patch.
src/Foundation/DirectiveFinder.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -29,7 +29,7 @@
 block discarded – undo
29 29
 
30 30
         $files = $this->readFiles();
31 31
 
32
-        foreach($files as $file) {
32
+        foreach ($files as $file) {
33 33
             
34 34
             $file = FileSystem::folder($file)->sanitize();
35 35
             
Please login to merge, or discard this patch.