Skip to content

Commit 5994c25

Browse files
committed
chore: update phpstan-baseline.php
1 parent 0894a16 commit 5994c25

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

phpstan-baseline.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -279,11 +279,6 @@
279279
'count' => 2,
280280
'path' => __DIR__ . '/src/Filters/TokenAuth.php',
281281
];
282-
$ignoreErrors[] = [
283-
'message' => '#^Property CodeIgniter\\\\Shield\\\\Models\\\\LoginModel\\:\\:\\$validationRules \\(list\\<string\\>\\|string\\) does not accept default value of type array\\{ip_address\\: \'required\', id_type\\: \'required\', identifier\\: \'permit_empty\\|string\', user_agent\\: \'permit_empty\\|string\', user_id\\: \'permit_empty\', date\\: \'required\'\\}\\.$#',
284-
'count' => 1,
285-
'path' => __DIR__ . '/src/Models/LoginModel.php',
286-
];
287282
$ignoreErrors[] = [
288283
'message' => '#^Call to deprecated function random_string\\(\\)\\:
289284
The type \'basic\', \'md5\', and \'sha1\' are deprecated\\. They are not cryptographically secure\\.$#',

0 commit comments

Comments
 (0)