Skip to content

Commit

Permalink
Fix up array docs. (#9339)
Browse files Browse the repository at this point in the history
* Fix up array docs.
  • Loading branch information
dereuromark committed Apr 29, 2022
1 parent dc4918d commit a8791e9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ class SecurityConfiguration implements SecurityBuilderInterface, SecurityConfigu

/**
* @param string $firewallName
* @param array $configuration
* @param array<string, mixed> $configuration
*
* @return $this
*/
Expand All @@ -82,7 +82,7 @@ public function addFirewall(string $firewallName, array $configuration)

/**
* @param string $firewallName
* @param array $configuration
* @param array<string, mixed> $configuration
*
* @return $this
*/
Expand Down

0 comments on commit a8791e9

Please sign in to comment.