Page MenuHomePhabricator

PHP strict standards error on TimedMediaHandler
Closed, ResolvedPublic

Description

PHP Strict standards: Declaration of ForeignApiQueryAllPages::titlePartToKey() should be compatible with that of ApiQueryBase::titlePartToKey() in /vagrant/mediawiki/extensions/TimedMediaHandler/handlers/TextHandler/TextHandler.php on line 15


Version: unspecified
Severity: normal

Event Timeline

bzimport raised the priority of this task from to Needs Triage.Nov 22 2014, 2:52 AM
bzimport set Reference to bz62135.
Gilles triaged this task as Medium priority.Nov 24 2014, 2:50 PM
Gilles subscribed.

Change 210397 had a related patch set uploaded (by Paladox):
Fix php strict error

https://gerrit.wikimedia.org/r/210397

PHP Strict standards: Declaration of ForeignApiQueryAllPages::titlePartToKey() should be compatible with that of ApiQueryBase::titlePartToKey() in /vagrant/mediawiki/extensions/TimedMediaHandler/handlers/TextHandler/TextHandler.php on line 15

It seems @Anomie can't reproduce this warning and the source code doesn't contain any mismatch in method signature or visibility. Was this perhaps caused by a local change?

Anomie closed this task as Resolved.EditedMay 13 2015, 6:05 PM
Anomie assigned this task to Gilles.
Anomie set Security to None.

It seems @Anomie can't reproduce this warning

I didn't know I tried? (edit: I was asked on IRC and forgot about it)

and the source code doesn't contain any mismatch in method signature or visibility.

It doesn't now. Apparently it was fixed in Gerrit change 137907, about a month after this bug was filed.

Change 210397 abandoned by Anomie:
Fix php strict error

Reason:
Original bug was fixed a year ago, nothing to do here.

https://gerrit.wikimedia.org/r/210397