Closed lulco closed 3 years ago
Resolves https://github.com/nette/database/issues/254
As described in linked issue:
when using where condition as array:
$this->table('foo')->where(['is_deleted' => false, 'bar' => 'baz']);
PHPStan throws error:
Parameter #1 $condition of method Nette\Database\Table\Selection::where() expects array<string>|string, array<string, mixed> given.
Resolves https://github.com/nette/database/issues/254
As described in linked issue:
when using where condition as array:
PHPStan throws error: