Skip to content

Commit

Permalink
Changing phpcs file name in mu plugin (#132)
Browse files Browse the repository at this point in the history
  • Loading branch information
pwtyler authored Jan 17, 2025
1 parent 985d06e commit a8230b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Update/Filters/CopyMuPlugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,13 @@ public function action($src, $dest, $parameters)
"$dest/.git",
"$dest/.github",
"$dest/.gitattributes",
"$dest/.phpcs.xml",
"$dest/phpunit.xml.dist",
"$dest/README.md",
"$dest/composer.json",
"$dest/CONTRIBUTING.md",
"$dest/bin",
"$dest/tests",
"$dest/phpcs.xml",
];
foreach ($files_to_delete as $file) {
$this->logger->notice('Removing {file}', ['file' => $file]);
Expand Down

0 comments on commit a8230b9

Please sign in to comment.