Loading src/Command/SignatureAddSignatureCommand.php +1 −1 Original line number Diff line number Diff line Loading @@ -17,7 +17,7 @@ class SignatureAddSignatureCommand extends SignatureCommandAbstract protected function configure() { $this ->setDescription("Création d'un procédure de signature") ->setDescription("Création d'une procédure de signature") ->addArgument(self::ARG_DATAS, InputArgument::REQUIRED, "données JSON") ; } Loading src/Command/SignatureConfigCheckCommand.php +0 −4 Original line number Diff line number Diff line Loading @@ -51,10 +51,6 @@ class SignatureConfigCheckCommand extends SignatureCommandAbstract return self::FAILURE; } $log_enabled = $config_logger['enable']; $io->text("Activé : " . ($config_logger["enable"] ? "✅" : "<red>non</red>")); if ($log_enabled) { Loading src/Command/SignatureLetterfileInfosCommand.php +1 −2 Original line number Diff line number Diff line Loading @@ -9,11 +9,10 @@ use Symfony\Component\Console\Output\OutputInterface; class SignatureLetterfileInfosCommand extends SignatureCommandAbstract { // php bin/oscar.php signature:add-signature "$(<module/UnicaenSignature/test/datas/json-datas-add-signature.json)" protected static $defaultName = 'signature:letterfile-info'; const ARG_ID = "id"; protected $disabled = true; protected function configure() { Loading src/Command/SignatureLetterfileListCommand.php +1 −0 Original line number Diff line number Diff line Loading @@ -13,6 +13,7 @@ class SignatureLetterfileListCommand extends SignatureCommandAbstract protected static $defaultName = 'signature:letterfiles-list'; const opt_letterfile = 'letterfile'; protected $disabled = true; protected function configure() { Loading src/Command/SignatureLetterfileStatusCommand.php +1 −2 Original line number Diff line number Diff line Loading @@ -9,9 +9,8 @@ use Symfony\Component\Console\Output\OutputInterface; class SignatureLetterfileStatusCommand extends SignatureCommandAbstract { // php bin/oscar.php signature:add-signature "$(<module/UnicaenSignature/test/datas/json-datas-add-signature.json)" protected static $defaultName = 'signature:letterfile-status'; protected $disabled = true; const ARG_ID = "id"; Loading Loading
src/Command/SignatureAddSignatureCommand.php +1 −1 Original line number Diff line number Diff line Loading @@ -17,7 +17,7 @@ class SignatureAddSignatureCommand extends SignatureCommandAbstract protected function configure() { $this ->setDescription("Création d'un procédure de signature") ->setDescription("Création d'une procédure de signature") ->addArgument(self::ARG_DATAS, InputArgument::REQUIRED, "données JSON") ; } Loading
src/Command/SignatureConfigCheckCommand.php +0 −4 Original line number Diff line number Diff line Loading @@ -51,10 +51,6 @@ class SignatureConfigCheckCommand extends SignatureCommandAbstract return self::FAILURE; } $log_enabled = $config_logger['enable']; $io->text("Activé : " . ($config_logger["enable"] ? "✅" : "<red>non</red>")); if ($log_enabled) { Loading
src/Command/SignatureLetterfileInfosCommand.php +1 −2 Original line number Diff line number Diff line Loading @@ -9,11 +9,10 @@ use Symfony\Component\Console\Output\OutputInterface; class SignatureLetterfileInfosCommand extends SignatureCommandAbstract { // php bin/oscar.php signature:add-signature "$(<module/UnicaenSignature/test/datas/json-datas-add-signature.json)" protected static $defaultName = 'signature:letterfile-info'; const ARG_ID = "id"; protected $disabled = true; protected function configure() { Loading
src/Command/SignatureLetterfileListCommand.php +1 −0 Original line number Diff line number Diff line Loading @@ -13,6 +13,7 @@ class SignatureLetterfileListCommand extends SignatureCommandAbstract protected static $defaultName = 'signature:letterfiles-list'; const opt_letterfile = 'letterfile'; protected $disabled = true; protected function configure() { Loading
src/Command/SignatureLetterfileStatusCommand.php +1 −2 Original line number Diff line number Diff line Loading @@ -9,9 +9,8 @@ use Symfony\Component\Console\Output\OutputInterface; class SignatureLetterfileStatusCommand extends SignatureCommandAbstract { // php bin/oscar.php signature:add-signature "$(<module/UnicaenSignature/test/datas/json-datas-add-signature.json)" protected static $defaultName = 'signature:letterfile-status'; protected $disabled = true; const ARG_ID = "id"; Loading