Description: Enable declare(strict_types=1); in all PHP files within the src/ directory. This ensures better type safety and code reliability. Also, ensure all method parameters and return types have explicit type hints.
Why: This makes the codebase modern and prevents runtime type errors.
Description: Enable declare(strict_types=1); in all PHP files within the src/ directory. This ensures better type safety and code reliability. Also, ensure all method parameters and return types have explicit type hints.
Why: This makes the codebase modern and prevents runtime type errors.