We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 580dbf3 + fa9d680 commit aac99afCopy full SHA for aac99af
generator/src/DocPage.php
@@ -31,6 +31,9 @@ public function detectFalsyFunction(): bool
31
if (preg_match('/&false;\s+on\s+error/m', $file)) {
32
return true;
33
}
34
+ if (preg_match('/&false;\s+on\s+failure/m', $file)) {
35
+ return true;
36
+ }
37
if (preg_match('/&false;\s+if\s+an\s+error\s+occurred/m', $file)) {
38
39
0 commit comments