Skip to content

Commit 341ac6f

Browse files
committed
Lint fix
[dependabot ignore]
1 parent 2a7b94d commit 341ac6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ScaffoldPackageCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ public function package( $args, $assoc_args ) {
108108

109109
$package_root = dirname( __DIR__ );
110110
$template_path = $package_root . '/templates/';
111-
$wp_cli_yml = <<<EOT
111+
$wp_cli_yml = <<<'EOT'
112112
require:
113113
- hello-world-command.php
114114
EOT;

0 commit comments

Comments
 (0)