diff --git a/src/services/ServicesTrait.php b/src/services/ServicesTrait.php index 11fe2b1..66904ef 100755 --- a/src/services/ServicesTrait.php +++ b/src/services/ServicesTrait.php @@ -43,7 +43,7 @@ public function __construct($id, $parent = null, array $config = []) /** * Returns the helper service * - * @return MinifyService The helper service + * @return MinifyService The minify service * @throws InvalidConfigException */ public function getMinify(): MinifyService