Make WordPress Core

Opened 7 years ago

Closed 7 years ago

#48564 closed defect (bug) (fixed)

Typo in PHPUnit test inline comment

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

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 7 years ago.

Download all attachments as: .zip

Change History (3)

@david.binda
7 years ago

#1 @SergeyBiryukov
7 years ago

  • Component GeneralBuild/Test Tools
  • Milestone Awaiting Review5.3

Fixed in [46707].

#2 @SergeyBiryukov
7 years ago

  • Owner set to SergeyBiryukov
  • Resolutionfixed
  • Status newclosed

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.