Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed Jan 21, 2024
1 parent 6afc6c3 commit 72a64c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Bridges/SecurityDI/SecurityExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public function getConfigSchema(): Nette\Schema\Schema

public function loadConfiguration()
{
/** @var object{debugger: bool, users: array, roles: array, resources: array} $config */
/** @var object{debugger: bool, users: array, roles: array, resources: array, authentication: \stdClass} $config */
$config = $this->config;
$builder = $this->getContainerBuilder();

Expand Down

0 comments on commit 72a64c8

Please sign in to comment.