Skip to content

Commit 9fb87fd

Browse files
committed
PHPStan updates
1 parent 94ff2f3 commit 9fb87fd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/Auth/AllowAdapter/AllowAdapterInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ interface AllowAdapterInterface {
77
/**
88
* Generates and returns a TinyAuth authentication allow/deny list.
99
*
10-
* @param array $config Current TinyAuth configuration values.
10+
* @param array<string, mixed> $config Current TinyAuth configuration values.
1111
*
1212
* @return array
1313
*/

src/Auth/MultiColumnAuthenticate.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ class MultiColumnAuthenticate extends FormAuthenticate {
3737
*
3838
* @param \Cake\Controller\ComponentRegistry $registry The Component registry
3939
* used on this request.
40-
* @param array $config Array of config to use.
40+
* @param array<string, mixed> $config Array of config to use.
4141
*/
4242
public function __construct(ComponentRegistry $registry, array $config) {
4343
$this->setConfig([

src/View/Helper/AuthenticationHelper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class AuthenticationHelper extends Helper {
2222

2323
/**
2424
* @param \Cake\View\View $View The View this helper is being attached to.
25-
* @param array $config Configuration settings for the helper.
25+
* @param array<string, mixed> $config Configuration settings for the helper.
2626
*/
2727
public function __construct(View $View, array $config = []) {
2828
$config += Config::all();

0 commit comments

Comments
 (0)