auraphp / Aura.SqlQuery

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

Fix ParamNameMismatch #201

Closed koriym closed 2 years ago

koriym commented 2 years ago

PHP 8 introduces named parameters which allow developers to call methods with explicitly-named parameters;

source: https://psalm.dev/docs/running_psalm/issues/ParamNameMismatch/

harikt commented 2 years ago

Hey @koriym ,

Looks there is some conflicts. Can you resolve it ?

koriym commented 2 years ago

@harikt Apparently I was confused, it needs to be fixed in 4.x, but not in 3.x. This PR is closed.