mirror of
https://ghproxy.net/https://github.com/wp-cli/scaffold-package-command.git
synced 2025-10-04 05:10:07 +08:00
Lint fix
[dependabot ignore]
This commit is contained in:
parent
2a7b94dc58
commit
341ac6f4a0
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ class ScaffoldPackageCommand {
|
|||
|
||||
$package_root = dirname( __DIR__ );
|
||||
$template_path = $package_root . '/templates/';
|
||||
$wp_cli_yml = <<<EOT
|
||||
$wp_cli_yml = <<<'EOT'
|
||||
require:
|
||||
- hello-world-command.php
|
||||
EOT;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue