https://bugzilla.wikimedia.org/show_bug.cgi?id=26333
Summary: Constructors calling grandparent constructors
Product: MediaWiki
Version: unspecified
Platform: All
OS/Version: All
Status: NEW
Severity: minor
Priority: Normal
Component: General/Unknown
AssignedTo: [email protected]
ReportedBy: [email protected]
Blocks: 700
It seems there are random instances of constructors calling grandparent
constructors, for no explicit reason
Ideally these should be tidied up/reviewed. Such as r78379...
class RevDel_ArchiveItem extends RevDel_RevisionItem {
public function __construct( $list, $row ) {
- RevDel_Item::__construct( $list, $row );
+ parent::__construct( $list, $row );
--
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l