Commit 3a9ded23 authored by Stephane Bouvry's avatar Stephane Bouvry
Browse files

la commande signature:update-simplesignature-all est silencieuse quand elle ne fait rien

parent d51e337a
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -46,7 +46,9 @@ class SignatureUpdateAllSimpleSignatureCommand extends SignatureCommandAbstract
            $row[] = $msg;
            $rows[] = $row;
        }
        if( $rows ){
            $io->table($headers, $rows);
        }


        return self::SUCCESS;