Project

General

Profile

Actions

Bug #2393

closed

php 5 static keywords missing

Added by beat about 13 years ago. Updated about 13 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Target version:
Start date:
09 March 2011
Due date:
% Done:

100%

Estimated time:

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 #1

Updated by krileon about 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 #2

Updated by krileon about 13 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF