mirror of
https://github.com/pestphp/pest.git
synced 2026-04-20 22:20:17 +02: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.