Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed Mar 16, 2023
1 parent 1710cd2 commit 6cd3ea9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/framework/src/Foundation/HydeKernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
* by type-hinting the HydeKernel::class, or use the hyde() function to get the Kernel.
*
* The Kernel instance is constructed in bootstrap.php, and is available globally as $hyde.
*
* @see \Hyde\Framework\Testing\Feature\HydeKernelTest
*/
class HydeKernel implements SerializableContract
Expand Down Expand Up @@ -77,7 +78,7 @@ public function __construct(?string $basePath = null)
$this->filesystem = new Filesystem($this);
$this->hyperlinks = new Hyperlinks($this);

// fix me
// fix me

$this->registerExtension(HydeCoreExtension::class);
}
Expand Down

0 comments on commit 6cd3ea9

Please sign in to comment.