Make WordPress Core

Opened 11 days ago

Closed 9 days ago

#64181 closed defect (bug) (fixed)

Fix docblock formatting issues in REST API classes

Reported by: sujansarkar's profile sujansarkar Owned by: sergeybiryukov's profile SergeyBiryukov
Milestone: 6.9 Priority: normal
Severity: trivial Version:
Component: General Keywords: has-patch needs-refresh
Focuses: Cc:

Description


Change History (4)

This ticket was mentioned in PR #10451 on WordPress/wordpress-develop by Mdsujansarkar.


11 days ago
#1

  • Keywords has-patch added

Fix docblock formatting and grammar issues in REST API classes

This commit fixes several docblock formatting inconsistencies

src/wp-includes/rest-api/class-wp-rest-request.php
src/wp-includes/rest-api/class-wp-rest-server.php
src/wp-includes/shortcodes.php
src/wp-includes/template.php

Trac ticket: https://core.trac.wordpress.org/ticket/64181#ticket

@shailu25 commented on PR #10451:


11 days ago
#2

@Mdsujansarkar Thanks for the PR. Could you please Resolve the Conflicts?

#3 @westonruter
11 days ago

  • Keywords needs-refresh added
  • Milestone changed from Awaiting Review to 6.9
  • Severity changed from normal to trivial

@sujansarkar thanks for the ticket and the PR. I'm curious how you discovered the formatting issues? Would be nice to know for possibly fixing similar issues in the future, or maybe there are other such instances.

#4 @SergeyBiryukov
9 days ago

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

In 61139:

Docs: Add some missing full stops in various DocBlocks.

Follow-up to [8196], [32846], [34928].

Props sujansarkar, shailu25, dhruvang21, westonruter, SergeyBiryukov.
Fixes #64181.

Note: See TracTickets for help on using tickets.