Passed
Push — master ( 6d6565...6a1810 )
by Caen
03:18 queued 12s
created
packages/framework/src/Concerns/HydePage.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -244,7 +244,7 @@  discard block
 block discarded – undo
244 244
      */
245 245
     public function has(string $key): bool
246 246
     {
247
-        return ! blank($this->get($key));
247
+        return !blank($this->get($key));
248 248
     }
249 249
 
250 250
     // Section: Accessors
@@ -264,7 +264,7 @@  discard block
 block discarded – undo
264 264
 
265 265
     public function showInNavigation(): bool
266 266
     {
267
-        return ! $this->navigation['hidden'];
267
+        return !$this->navigation['hidden'];
268 268
     }
269 269
 
270 270
     public function navigationMenuPriority(): int
Please login to merge, or discard this patch.