You've already forked php-auth
generated from siteworxpro/Php-Template
tests and linting
Some checks failed
🧪✨ Tests Workflow / 🛡️ 🔒 Library Audit (push) Successful in -7s
🧪✨ Tests Workflow / 📝 ✨ Code Lint (push) Successful in -16s
🧪✨ Tests Workflow / 🧪 ✨ Database Migrations (push) Failing after -3s
🧪✨ Tests Workflow / 🛡️ 🔒 License Check (push) Successful in -4s
🧪✨ Tests Workflow / 🐙 🔍 Code Sniffer (push) Successful in 6s
🧪✨ Tests Workflow / 🧪 ✅ Unit Tests (push) Successful in -41s
Some checks failed
🧪✨ Tests Workflow / 🛡️ 🔒 Library Audit (push) Successful in -7s
🧪✨ Tests Workflow / 📝 ✨ Code Lint (push) Successful in -16s
🧪✨ Tests Workflow / 🧪 ✨ Database Migrations (push) Failing after -3s
🧪✨ Tests Workflow / 🛡️ 🔒 License Check (push) Successful in -4s
🧪✨ Tests Workflow / 🐙 🔍 Code Sniffer (push) Successful in 6s
🧪✨ Tests Workflow / 🧪 ✅ Unit Tests (push) Successful in -41s
This commit is contained in:
@@ -14,7 +14,12 @@ interface CommandInterface
|
||||
/**
|
||||
* Execute the command.
|
||||
*
|
||||
* @param ArgvInput|ClimateOutput $input
|
||||
* @param ClimateOutput $output
|
||||
* @return int
|
||||
*/
|
||||
public function __invoke(InputInterface | ArgvInput $input, OutputInterface | ClimateOutput $output): int;
|
||||
public function __invoke(
|
||||
ClimateOutput|ArgvInput $input,
|
||||
ClimateOutput $output
|
||||
): int;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user