diff --git a/.ai/php/core.blade.php b/.ai/php/core.blade.php index b7118c68..2e025a8b 100644 --- a/.ai/php/core.blade.php +++ b/.ai/php/core.blade.php @@ -11,7 +11,7 @@ ### Constructors - Use PHP 8 constructor property promotion in `__construct()`. - public function __construct(public GitHub $github) { } -- Do not allow empty `__construct()` methods with zero parameters. +- Do not allow empty `__construct()` methods with zero parameters unless the constructor is marked private. ### Type Declarations - Always use explicit return type declarations for methods and functions.