auraphp / Aura.SqlQuery

Independent query builders for MySQL, PostgreSQL, SQLite, and Microsoft SQL Server.
MIT License
452 stars 86 forks source link

Fix types in phpdoc #197

Closed koriym closed 2 years ago

koriym commented 2 years ago

The wrong type of phpdoc will cause false positive errors in static analysis such as phpstan and psalm in applications that depending this library. This PR fixes that problem.