Skip to content

Commit

Permalink
🚸 Inform when you've passed stuff we dont support
Browse files Browse the repository at this point in the history
  • Loading branch information
n8-dev committed Nov 16, 2023
1 parent bc8f959 commit 92ae2fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bespoke-phpcs-report-source
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?php

if (count($_SERVER['argv']) > 1) {
echo "⚠️ Sorry. You passed an extra parameter, this is currently not supported." . PHP_EOL;
echo "⚠️ Sorry. Parameters are currently not supported." . PHP_EOL;
die;
}

Expand Down
2 changes: 1 addition & 1 deletion bespoke-phpcs-report-summary
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?php

if (count($_SERVER['argv']) > 1) {
echo "⚠️ Sorry. You passed an extra parameter, this is currently not supported." . PHP_EOL;
echo "⚠️ Sorry. Parameters are currently not supported." . PHP_EOL;
die;
}

Expand Down

0 comments on commit 92ae2fb

Please sign in to comment.