Markus Staab
Markus Staab
@paranoiq could you please add a license?
thx for the extensive answer. I will try to build up the sql phpstan type system in phpstandba and keep it as isolated as possible for now. maybe it can...
I started building dynamic return type extensions for the mysql function library in https://github.com/staabm/phpstan-dba/tree/main/src/SqlAst
Wie kann man reproduzieren das es langsam ist? Todo: blackfire messen was langsam ist
ggf. Reicht es einen unique key in der db zu setzen, damit der fehler unterbunden wird
I think the problem is that from a static analyis point of view the code doesn't tell that the callable is invoked from within this method. The cache class could...
> You need to put `@param-immediately-invoked-callable` above the method. should we have this annotation in the phpstan-symfony stub for `Symfony\Contracts\Cache\CacheInterface` ?
I wonder what the benefit of this PR is over already working things like https://github.com/Roave/SecurityAdvisories
I would guess you can use a custom ca bundle with php by passing it e.g. via your php.ini https://stackoverflow.com/a/75288875
@ondrejmirtes maybe phpstan pro should have a cli arg which allows to pass a cacert path, like e.g. curl allows it https://stackoverflow.com/a/41772652