[wp-trac] [WordPress Trac] #44600: Update WPCS to 1.0.0, and enforce coding standards
WordPress Trac
noreply at wordpress.org
Thu Aug 16 08:14:38 UTC 2018
#44600: Update WPCS to 1.0.0, and enforce coding standards
------------------------------+-------------------------------
Reporter: pento | Owner: pento
Type: task (blessed) | Status: assigned
Priority: normal | Milestone: 5.0
Component: Build/Test Tools | Version: trunk
Severity: normal | Resolution:
Keywords: | Focuses: coding-standards
------------------------------+-------------------------------
Comment (by pento):
Okay, partially addresses [https://github.com/WordPress-Coding-Standards
/WordPress-Coding-Standards/issues/1330 WPCS#1330], then. 🙂
I don't know if the docs parser will handle this change, I asked on
#43644, but didn't get a response.
@johnbillion: Can you please confirm if the docs parser can manage multi-
line action calls, where each parameter is on a new line? eg:
{{{#!php
do_action(
'upgrader_process_complete',
$this,
array(
'action' => 'update',
'type' => 'core',
)
);
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/44600#comment:12>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list