Bug Report
| Subject |
Details |
| Rector version |
e.g. dev-main |
Minimal PHP Code Causing Issue
See build error https://github.com/rectorphp/rector-src/actions/runs/25715044232/job/75502988819#step:14:75
Expected Behaviour
It should no error. Based on error, it seems due to declare(strict_types=1) is not on the first line. I will temporary pin to nette/utils 4.1.3
Bug Report
Minimal PHP Code Causing Issue
See build error https://github.com/rectorphp/rector-src/actions/runs/25715044232/job/75502988819#step:14:75
Expected Behaviour
It should no error. Based on error, it seems due to
declare(strict_types=1)is not on the first line. I will temporary pin to nette/utils 4.1.3