Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"authors": [],
"require": {
"php": ">=7.2.24",
"wp-cli/wp-cli": "^2.12"
"wp-cli/wp-cli": "^2.13"
},
"require-dev": {
"wp-cli/wp-cli-tests": "^5"
Expand Down
2 changes: 2 additions & 0 deletions src/Command.php
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@
* | total (7) | 1.0335s | 77.42% |
* +--------------------------+---------+-------------+
*
* @skipglobalargcheck
* @when before_wp_load
*/
public function stage( $args, $assoc_args ) {
Expand Down Expand Up @@ -254,6 +255,7 @@
* | total (7) | 8 | 0 |
* +--------------------------------+------------+--------------+
*
* @skipglobalargcheck

Check warning on line 258 in src/Command.php

View workflow job for this annotation

GitHub Actions / code-quality / PHPCS

Found precision alignment of 2 spaces.
Comment thread
swissspidy marked this conversation as resolved.
Outdated
* @when before_wp_load
*/
public function hook( $args, $assoc_args ) {
Expand Down
Loading