Passed
Push — master ( 272461...e7a77a )
by Caen
03:11 queued 12s
created
packages/framework/src/Foundation/Kernel/Hyperlinks.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -81,7 +81,7 @@  discard block
 block discarded – undo
81 81
      */
82 82
     public function mediaLink(string $destination, bool $validate = false): string
83 83
     {
84
-        if ($validate && ! file_exists($sourcePath = "{$this->kernel->getMediaDirectory()}/$destination")) {
84
+        if ($validate && !file_exists($sourcePath = "{$this->kernel->getMediaDirectory()}/$destination")) {
85 85
             throw new FileNotFoundException($sourcePath);
86 86
         }
87 87
 
@@ -117,7 +117,7 @@  discard block
 block discarded – undo
117 117
      */
118 118
     public function hasSiteUrl(): bool
119 119
     {
120
-        return ! blank(config('hyde.url'));
120
+        return !blank(config('hyde.url'));
121 121
     }
122 122
 
123 123
     /**
Please login to merge, or discard this patch.