#62730 closed defect (bug) (fixed)
Need to update doc order in block-style-variations.php file
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 6.8 | Priority: | normal |
Severity: | trivial | Version: | 6.6 |
Component: | Editor | Keywords: | has-patch, commit, gutenberg-merge |
Focuses: | docs | Cc: |
Description
@since
Should add before @see
tag in inline documentation According to Php Coding Standard in Below File
- src/wp-includes/block-supports/block-style-variations.php
Change History (8)
This ticket was mentioned in PR #8032 on WordPress/wordpress-develop by @shailu25.
6 months ago
#1
- Keywords has-patch added
@shailu25 commented on PR #8032:
6 months ago
#2
Gutenberg PR: https://github.com/WordPress/gutenberg/pull/68003
#4
@
6 months ago
- Component changed from General to Editor
- Keywords commit added
- Milestone changed from Awaiting Review to 6.8
- Version set to 6.6
#6
@
6 months ago
I meant "Docs: Docblock improvements in block-style-variations.php
"
Part of the commit was somehow escaped by my terminal. My bad :(
@audrasjb commented on PR #8032:
6 months ago
#7
committed in https://core.trac.wordpress.org/changeset/59549
Note: See
TracTickets for help on using
tickets.
Fixes: https://core.trac.wordpress.org/ticket/62730
@since
Should add before@see
tag in inline documentation According to Php Coding Standard in Below File