-
-
Notifications
You must be signed in to change notification settings - Fork 23
Cannot simulate parameter value for type: non-empty-array<int, int>.
#176
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@Seldaek if you could record the current queries of phpstan-dba and commit the phpstan-dba-cache-file (e.g. in a temporary branch), it would ease debugging remaining problems. see https://github.com/staabm/phpstan-dba#record-and-replay |
Pushed to Seldaek/packagist@50474ca the cache file from a
|
Ah sorry maybe this is for #225 rather - too many things going on in parallel here :) What can I do to help you with this issue? I tried this it still fails:
But I have nothing to share then, it doesn't create the cache file when it crashes like that. |
please just use the RecoringQueryReflector without debug mode enabled (in the phpstan-dba config file), like described in the example on https://github.com/staabm/phpstan-dba#record-and-replay (enabling phpstan this should generate the cache file. just push it into the repo so I can checkout and run the analysis locally without a packagist.org database setup |
Sorry but I don't get it I guess.. I disabled debug mode, ran |
please let phpstan analyse the whole project. the cache file will contain any db query which is necessary to scan the whole project (that way I can also analyze other problems). |
OK pushed again Seldaek/packagist@68b6a7e |
composer/packagist#1232
https://github.com/composer/packagist/blob/c7d192a3bb5a48a2c5d54a5ede4115fa9d188d6a/src/Package/SymlinkDumper.php#L426-L434
leads to
The text was updated successfully, but these errors were encountered: