nilportugues / php-sql-query-builder

An elegant lightweight and efficient SQL Query Builder with fluid interface SQL syntax supporting bindings and complicated query generation.
http://nilportugues.com
MIT License
417 stars 114 forks source link

Wrong type hint #102

Open demyan112rv opened 6 years ago

demyan112rv commented 6 years ago

https://github.com/nilportugues/php-sql-query-builder/blob/277e87a8bca2ab833b18baad751eba64d0ddddd2/src/Syntax/Where.php#L293

In this and other php docs wrong type hint for $value. Analysis of this code using phpstan is failed. Please fix it. Thanks!

marcus-hiles commented 5 years ago

Yeah, think I noticed this too

marcus-hiles commented 5 years ago

Any update on this, query builder team :-)??