You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: phpstan-baseline.php
-15Lines changed: 0 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -1,21 +1,6 @@
1
1
<?phpdeclare(strict_types = 1);
2
2
3
3
$ignoreErrors = [];
4
-
$ignoreErrors[] = [
5
-
'message' => '#^Call to function property_exists\\(\\) with CodeIgniter\\\\Shield\\\\Config\\\\Auth and \'userProvider\' will always evaluate to true\\.$#',
6
-
'count' => 1,
7
-
'path' => __DIR__ . '/src/Auth.php',
8
-
];
9
-
$ignoreErrors[] = [
10
-
'message' => '#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#',
11
-
'count' => 1,
12
-
'path' => __DIR__ . '/src/Auth.php',
13
-
];
14
-
$ignoreErrors[] = [
15
-
'message' => '#^Only booleans are allowed in a ternary operator condition, CodeIgniter\\\\Shield\\\\Entities\\\\User\\|null given\\.$#',
16
-
'count' => 1,
17
-
'path' => __DIR__ . '/src/Auth.php',
18
-
];
19
4
$ignoreErrors[] = [
20
5
'message' => '#^Call to deprecated function random_string\\(\\)\\:
21
6
The type \'basic\', \'md5\', and \'sha1\' are deprecated\\. They are not cryptographically secure\\.$#',
0 commit comments