mediawiki-extensions-Scribunto/includes
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
..
Engines build: Change phan suppression to @phan-var for proc_get_status return 2023-10-06 19:37:10 +00:00
Hooks Create HookRunner class and the hook handler interfaces 2023-06-19 21:39:33 +00:00
ApiScribuntoConsole.php Replace some moved Title class uses, now MediaWiki\Title\Title 2023-08-19 12:22:05 +00:00
CodeEditorHooks.php Use HookHandlers for CodeEditor hook 2023-08-15 13:50:13 +02:00
Hooks.php Revert "Replace use of ParserOutput::addJsConfigVars(), deprecated since 1.38" 2023-09-11 20:18:13 +00:00
Scribunto.php Use namespaced Title 2023-08-19 20:18:41 +02:00
ScribuntoContent.php Start namespacing extension 2022-05-12 01:33:11 +00:00
ScribuntoContentHandler.php Use namespaced Title 2023-08-19 20:18:41 +02:00
ScribuntoEngineBase.php Use namespaced Title 2023-08-19 20:18:41 +02:00
ScribuntoException.php Use namespaced Title 2023-08-19 20:18:41 +02:00
ScribuntoModuleBase.php Start namespacing extension 2022-05-12 01:33:11 +00:00