Skip to content

Commit 8dbbead

Browse files
committed
update phpstan baseline
1 parent 5d0dd8c commit 8dbbead

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

utils/phpstan-baseline/codeigniter.superglobalAccessAssign.neon

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# total 460 errors
1+
# total 459 errors
22

33
parameters:
44
ignoreErrors:
@@ -337,11 +337,6 @@ parameters:
337337
count: 2
338338
path: ../../tests/system/HTTP/IncomingRequestTest.php
339339

340-
-
341-
message: '#^Assigning ''Mozilla'' directly on offset ''HTTP_USER_AGENT'' of \$_SERVER is discouraged\.$#'
342-
count: 1
343-
path: ../../tests/system/HTTP/IncomingRequestTest.php
344-
345340
-
346341
message: '#^Assigning ''fr\-FR; q\=1\.0, en; q\=0\.5'' directly on offset ''HTTP_ACCEPT_LANGUAGE'' of \$_SERVER is discouraged\.$#'
347342
count: 1

utils/phpstan-baseline/loader.neon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# total 2774 errors
1+
# total 2773 errors
22

33
includes:
44
- argument.type.neon

0 commit comments

Comments
 (0)