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.neon
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -2,8 +2,8 @@ parameters:
2
2
ignoreErrors:
3
3
- '#Do not throw the \\Exception base class. Instead, extend the \\Exception base class. More info:http:\/\/bit.ly\/subtypeexception#'
4
4
- '#Invalid type Throwable\|null to throw.#'
5
-
- '#Thrown exceptions in a catch block must bundle the previous exception \(see throw statement line 88\). More info:http:\/\/bit.ly\/bundleexception#'
6
-
- '#Thrown exceptions in a catch block must bundle the previous exception \(see throw statement line 114\). More info:http:\/\/bit.ly\/bundleexception#'
5
+
- '#Thrown exceptions in a catch block must bundle the previous exception \(see throw statement line 97\). More info:http:\/\/bit.ly\/bundleexception#'
6
+
- '#Thrown exceptions in a catch block must bundle the previous exception \(see throw statement line 126\). More info:http:\/\/bit.ly\/bundleexception#'
0 commit comments