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: wikibugs-l@lists.wikimedia.org
        ReportedBy: s...@reedyboy.net
            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
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to