diff --git a/app/RSpade/CodeQuality/Rules/Blade/LayoutLocalAssets_CodeQualityRule.php b/app/RSpade/CodeQuality/Rules/Blade/LayoutLocalAssets_CodeQualityRule.php index dc31c3e32..4384f6bb8 100755 --- a/app/RSpade/CodeQuality/Rules/Blade/LayoutLocalAssets_CodeQualityRule.php +++ b/app/RSpade/CodeQuality/Rules/Blade/LayoutLocalAssets_CodeQualityRule.php @@ -18,7 +18,7 @@ class LayoutLocalAssets_CodeQualityRule extends CodeQualityRule_Abstract public function get_description(): string { - return 'Enforces that local assets in layout files are included via bundle definitions, not hardcoded link/script tags'; + return 'Enforces that local CSS and JavaScript files in layout files are included via bundle definitions, not hardcoded or