Skip to content

Commit 89a9fe8

Browse files
committed
phpstan fixes level 1
1 parent 77b46a1 commit 89a9fe8

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

lib/ezQuery.php

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,11 @@ private function conditionIs($key, $condition, $combine)
341341
}
342342

343343
private function retrieveConditions($whereConditions)
344-
{
344+
{
345+
$whereClause = [];
346+
$operator = [];
347+
$extra = [];
348+
$combiner = [];
345349
foreach ($whereConditions as $checkFields) {
346350
$operator[] = (isset($checkFields[1])) ? $checkFields[1]: '';
347351
if (empty($checkFields[1])) {

0 commit comments

Comments
 (0)