diff --git a/README.md b/README.md index 2f628fb..d5a5650 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ This plugin allows you to use the [Twig Templating Language](https://twig.symfony.com/doc/) for your views. -It provides wrappers for common View opertions and many helpful extensions that expose CakePHP functions and `jasny/twig-extensions` helpers. +It provides wrappers for common View operations and many helpful extensions that expose CakePHP functions and `jasny/twig-extensions` helpers. ## Installation diff --git a/src/Command/CompileCommand.php b/src/Command/CompileCommand.php index 6fad77a..2b61a47 100644 --- a/src/Command/CompileCommand.php +++ b/src/Command/CompileCommand.php @@ -18,6 +18,14 @@ class CompileCommand extends BaseCommand */ protected TwigView $twigView; + /** + * @return string + */ + public static function getDescription(): string + { + return 'Compile Twig templates for caching.'; + } + /** * @inheritDoc */