Make WordPress Core

Opened 5 years ago

Closed 5 years ago

#48564 closed defect (bug) (fixed)

Typo in PHPUnit test inline comment

Reported by: davidbinda's profile david.binda Owned by: sergeybiryukov's profile SergeyBiryukov
Milestone: 5.3 Priority: normal
Severity: trivial Version: 5.3
Component: Build/Test Tools Keywords:
Focuses: Cc:

Description

The r46568 has introduced a typo:

Ñall the action with PHP 4 notation for passing object by reference.

Should read

Call the action with PHP 4 notation for passing object by reference.

Attachments (1)

48564.diff (533 bytes) - added by david.binda 5 years ago.

Download all attachments as: .zip

Change History (3)

@david.binda
5 years ago

#1 @SergeyBiryukov
5 years ago

  • Component changed from General to Build/Test Tools
  • Milestone changed from Awaiting Review to 5.3

Fixed in [46707].

#2 @SergeyBiryukov
5 years ago

  • Owner set to SergeyBiryukov
  • Resolution set to fixed
  • Status changed from new to closed

In 46708:

Tests: Fix a typo in an inline comment introduced in [46568].

Reviewed by whyisjake, SergeyBiryukov.
Props david.binda.
Merges [46707] to the 5.3 branch.
Fixes #48564. See #48312.

Note: See TracTickets for help on using tickets.