mediawiki-extensions-ImageMap/.phan
Bartosz Dziewoński c8c8b9c735 Avoid Phan PhanUndeclaredMethod false positives
The insertBefore() and appendChild() methods return their first
argument, but Phan only knows that they return a DOMNode, even though
we passed in a DOMElement. Rearrange slightly to avoid this pattern.

Change-Id: I04c58458e1ba0d728374ead756afb6facf970766
2022-11-25 18:37:02 +00:00
..
stubs Use Parsoid's HTML5-compliant helpers for HTML transformations 2022-11-25 17:05:24 +00:00
config.php Avoid Phan PhanUndeclaredMethod false positives 2022-11-25 18:37:02 +00:00