refactor: --ci option

This commit is contained in:
Nuno Maduro
2021-09-25 13:29:11 +01:00
parent a6e34d204c
commit 7f38de11b7
9 changed files with 99 additions and 82 deletions

View File

@ -12,9 +12,6 @@ interface HandlesArguments
/**
* Allows to handle custom command line arguments.
*
* PLEASE NOTE: it is necessary to remove any custom argument from the array
* because otherwise the application will complain about them
*
* @param array<int, string> $arguments
*
* @return array<int, string> the updated list of arguments