mirror of
https://github.com/pestphp/pest.git
synced 2026-03-06 07:47:22 +01:00
Introduced new test cases to ensure strict type declaration handling. Files with and without strict types are tested, including scenarios with comments preceding the declaration. Updated the regex in `Expectation.php` to accommodate comments and whitespaces before the `declare(strict_types=1)` statement.