mediawiki-extensions-Scribunto/tests/phpunit
thiemowmde ffafba0695 Remove meaningless return true from hook handler functions
Returning true is the same as returning nothing. It's only meaningful
when a hook handler can also return false. Some actually do this.
I'm not touching these.

See Icccf60b for the reasoning why the added `@return void` are
beneficial.

Change-Id: I6de7addee853ff183058e6c84e87a5b275c785e8
2024-08-27 08:47:46 +00:00
..
Engines Add title.content alias for Title::getContent() 2024-08-22 11:30:26 -04:00
unit Create HookRunner class and the hook handler interfaces 2023-06-19 21:39:33 +00:00
HooksTest.php Remove meaningless return true from hook handler functions 2024-08-27 08:47:46 +00:00