pestphp / pest

Pest is an elegant PHP testing Framework with a focus on simplicity, meticulously designed to bring back the joy of testing in PHP.
https://pestphp.com
MIT License
9.07k stars 315 forks source link

Fix `toUseStrictTypes` #1100

Open faissaloux opened 4 months ago

faissaloux commented 4 months ago

What:

Description:

This PR fixes false result on commented // declare(strict_types=1);

Related:

Fixes #1007

Credits:

Regex by @owenvoke