r93432 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r93431
|
r93432
|
r93433
>
Date:
21:25, 28 July 2011
Author:
reedy
Status:
deferred
Tags:
Comment:
* (
bug 30107
) [PageObjectModel] Error "Access type for interface method POMParser::Parse() must be omitted in [...]/Parser.php on line 13"
Modified paths:
/trunk/extensions/PageObjectModel/POM/Parser.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/extensions/PageObjectModel/POM/Parser.php
—
—
@@ -10,6 +10,6 @@
11
11
This is main method for parsers
12
12
It takes a page as argument and processes it adding elements
13
13
*/
14
- static abstract function Parse( POMPage $page );
14
+ static function Parse( POMPage $page );
15
15
}
16
16
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r92074
Resolve fixme on
r56094
: Cannot have abstract static functions in a class. Tu...
demon
18:26, 13 July 2011
Status & tagging log
20:26, 1 August 2011
Reedy
(
talk
|
contribs
)
changed the
status
of r93432
[
removed:
new
added:
deferred]