Skip to content

Commit

Permalink
cs
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed Apr 26, 2024
1 parent 5f8b942 commit 3a40ce1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Bootstrap/Configurator.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class Configurator
public const COOKIE_SECRET = self::CookieSecret;


/** @var callable[] function (Configurator $sender, DI\Compiler $compiler); Occurs after the compiler is created */
/** @var array<callable(self, DI\Compiler): void> Occurs after the compiler is created */
public array $onCompile = [];

public array $defaultExtensions = [
Expand Down

0 comments on commit 3a40ce1

Please sign in to comment.