Actions
Bug #2393
closedphp 5 static keywords missing
Description
e.g. in templates:
e.g.:
function showGroupPanes( $row, $category, $user, $plugin ) {
should be:
static function showGroupPanes( $row, $category, $user, $plugin ) {
This would flag wrong usages of $this in these static functions like in #2392
Actions