mediawiki-extensions-Scribunto/includes/Engines
Umherirrender 29a9a8aec6 build: Change phan suppression to @phan-var for proc_get_status return
phan under php8.1 also detects PhanImpossibleTypeComparisonInLoop here,
but that cannot suppressed under php7.4,
so use @phan-var to set to the correct type, but keep the comment.
The suppression was added with 8328acb9 for a update of phan

According to the doc proc_get_status can only return array
(at least under php8.1)

Change-Id: Ieda5abc30126eed2e3a9f5fc283d36e64180f496
2023-10-06 19:37:10 +00:00
..
LuaCommon Rethrow TimeoutException when using mw.language.formatDate function 2023-10-02 21:03:02 +02:00
LuaSandbox Use ::class for class name resolution 2023-09-21 22:46:00 +02:00
LuaStandalone build: Change phan suppression to @phan-var for proc_get_status return 2023-10-06 19:37:10 +00:00