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
Updated by krileon over 13 years ago
- Status changed from New to Resolved
- Assignee changed from krileon to beat
- % Done changed from 0 to 100
Fixed in r1617
Actions