Make WordPress Core

Opened 7 years ago

Closed 7 years ago

Last modified 7 years ago

#39606 closed defect (bug) (duplicate)

Missing @access in class-automatic-upgrader-skin.php

Reported by: mitraval192's profile mitraval192 Owned by:
Milestone: Priority: normal
Severity: normal Version: 4.8
Component: Upgrade/Install Keywords:
Focuses: docs Cc:

Description

Missing DocBlock @access in below funtion:
public function feedback( $data ) in
wp-admin/includes/class-automatic-upgrader-skin.php

Attachments (2)

39606.1 (423 bytes) - added by mitraval192 7 years ago.
@access public added
39606.patch (422 bytes) - added by mitraval192 7 years ago.

Download all attachments as: .zip

Change History (5)

@mitraval192
7 years ago

@access public added

@mitraval192
7 years ago

#1 @Soean
7 years ago

  • Resolution set to duplicate
  • Status changed from new to closed

Hey @mitraval192,
there is already a ticket for the docBlocks of this class. Please update the Patch in #39593

Last edited 7 years ago by Soean (previous) (diff)

#2 @SergeyBiryukov
7 years ago

  • Component changed from General to Upgrade/Install
  • Milestone Awaiting Review deleted

#3 @mitraval192
7 years ago

Hey @Soean thank you.

I have submitted my patch on #39593 ticket.

Note: See TracTickets for help on using tickets.