Knp\Bundle\KnpBundlesBundle\Updater\Updater::notifyInvalid PHP Метод

notifyInvalid() приватный Метод

private notifyInvalid ( string | false $bundle, null | string $reason = null )
$bundle string | false
$reason null | string
    private function notifyInvalid($bundle, $reason = null)
    {
        $this->output->writeln(sprintf('[%s] <error>%s</error>: INVALID - reason: %s', date('d-m-y H:i:s'), $bundle, $reason));
    }