Passed
Push — master ( e54c12...dd8329 )
by Caen
03:56 queued 15s
created
packages/framework/src/Support/Internal/RouteListItem.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -98,6 +98,6 @@
 block discarded – undo
98 98
 
99 99
     protected function isPageDiscoverable(): bool
100 100
     {
101
-        return filled($this->route->getSourcePath()) && ! $this->route->getPage() instanceof InMemoryPage;
101
+        return filled($this->route->getSourcePath()) && !$this->route->getPage() instanceof InMemoryPage;
102 102
     }
103 103
 }
Please login to merge, or discard this patch.