diff --git a/docs/architecture-concepts/the-hydekernel.md b/docs/architecture-concepts/the-hydekernel.md index 9f470ed3835..4921cb88a37 100644 --- a/docs/architecture-concepts/the-hydekernel.md +++ b/docs/architecture-concepts/the-hydekernel.md @@ -58,7 +58,7 @@ But you could just as well chain the methods on the accessed kernel singleton in
- + #### `version()` @@ -89,7 +89,7 @@ Hyde::features(): Hyde\Facades\Features No description provided. ```php -Hyde::hasFeature(Hyde\Enums\Feature|string $feature): bool +Hyde::hasFeature(Hyde\Enums\Feature $feature): bool ``` #### `toArray()`