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
fix#15
Fix `XlsxFastEditor::getWorksheetNumber()` which was not returning the proper number in case of workbooks in which sheets have been reordered or removed.
Copy file name to clipboardExpand all lines: phpstan.neon
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -27,5 +27,7 @@ parameters:
27
27
missingCheckedExceptionInThrows:true
28
28
tooWideThrowType:true
29
29
implicitThrows:false
30
+
ignoreErrors:
31
+
- '#Only booleans are allowed in (a negated boolean|a ternary operator condition|an elseif condition|an if condition|&&|\|\|), (bool|false|int(<[0-9, max]+>)?|true|null|\|)+ given.*#'
0 commit comments