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: Build/phpstan/phpstan-baseline.neon
+18Lines changed: 18 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,24 @@ parameters:
18
18
count:1
19
19
path:../../src/CSSList/CSSList.php
20
20
21
+
-
22
+
message:'#^Function iconv is unsafe to use\. It can return FALSE instead of throwing an exception\. Please add ''use function Safe\\iconv;'' at the beginning of the file to use the variant provided by the ''thecodingmachine/safe'' library\.$#'
23
+
identifier:theCodingMachineSafe.function
24
+
count:1
25
+
path:../../src/Parsing/ParserState.php
26
+
27
+
-
28
+
message:'#^Function preg_match is unsafe to use\. It can return FALSE instead of throwing an exception\. Please add ''use function Safe\\preg_match;'' at the beginning of the file to use the variant provided by the ''thecodingmachine/safe'' library\.$#'
29
+
identifier:theCodingMachineSafe.function
30
+
count:5
31
+
path:../../src/Parsing/ParserState.php
32
+
33
+
-
34
+
message:'#^Function preg_split is unsafe to use\. It can return FALSE instead of throwing an exception\. Please add ''use function Safe\\preg_split;'' at the beginning of the file to use the variant provided by the ''thecodingmachine/safe'' library\.$#'
35
+
identifier:theCodingMachineSafe.function
36
+
count:1
37
+
path:../../src/Parsing/ParserState.php
38
+
21
39
-
22
40
message:'#^Negated boolean expression is always true\.$#'
0 commit comments