File tree Expand file tree Collapse file tree 1 file changed +14
-4
lines changed Expand file tree Collapse file tree 1 file changed +14
-4
lines changed Original file line number Diff line number Diff line change @@ -6,11 +6,21 @@ parameters:
6
6
- src/Plugin/JWT/*
7
7
8
8
ignoreErrors :
9
- -
9
+ - # Too variants of parameters signature between PHP versions
10
10
message : ' #Parameter \#3 \$options of function setcookie expects .+#'
11
+ reportUnmatched : false
11
12
path : src/Enabler.php
12
13
count : 2
13
- - '#.+ has unknown class (OpenSSLAsymmetricKey|OpenSSLCertificate ) as its type. #' # PHP 7 compatibility
14
- - '#.+ has invalid type (OpenSSLAsymmetricKey|OpenSSLCertificate ). #' # PHP 7 compatibility
15
14
16
- reportUnmatchedIgnoredErrors : false
15
+ - # Weird bug by PhpStan - the `path` fiealt is still nullable
16
+ message : ' #Offset ' ' path' ' on array.+ on left side of \?\? always exists and is not nullable\.#'
17
+ path : src/Plugin/SignedUrl.php
18
+ count : 1
19
+
20
+ -
21
+ message : ' #.+ has unknown class (OpenSSLAsymmetricKey|OpenSSLCertificate) as its type.#' # PHP 7 compatibility
22
+ reportUnmatched : false
23
+
24
+ -
25
+ message : ' #.+ has invalid type (OpenSSLAsymmetricKey|OpenSSLCertificate).#' # PHP 7 compatibility
26
+ reportUnmatched : false
You can’t perform that action at this time.
0 commit comments