Passed
Push — master ( e43dc1...39e14c )
by Caen
03:51 queued 14s
created
framework/src/Framework/Features/Documentation/DocumentationSearchPage.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -33,7 +33,7 @@
 block discarded – undo
33 33
 
34 34
     public static function enabled(): bool
35 35
     {
36
-        return config('docs.create_search_page', true) && ! Hyde::routes()->has(self::routeKey());
36
+        return config('docs.create_search_page', true) && !Hyde::routes()->has(self::routeKey());
37 37
     }
38 38
 
39 39
     public static function generate(): string
Please login to merge, or discard this patch.