Dump of my development activities


phpstan-dba - created by me

PHPStan based SQL static analysis and type inference for the database access layer. Supports @doctrineproject DBAL, PDO, mysqli with MySQL/MariaDB and @PostgreSQL.

Tweets

READ MORE Tweets

PHPStan - my contributions

PHPStan finds bugs in your code without writing tests

General Improvements

Signature Improvements

Parameter and Returntype improvements help PHPStan to understand your code. The better the inference the less additional manual code is required by you to make PHPStan understand whats going on.

kill instanceof StringType

In the PHPStan codebase we should refactor all uses of instanceof StringType to $type->isXXX checks, which paves the way for different String-Types like non-empty-string, numeric-string or non-falsey-string (to be implemented).

💌 Support my open source activities

Honor the work I am doing in my freetime by sponsoring me.

Found a bug? Please help improve this article.


<
Previous Post
phpstan-dba static analysis
>
Next Post
Thanks to my new sponsors