Browse Source

Fixing style errors.

stickler-ci 8 years ago
parent
commit
a106f3d160
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Database/Query.php

+ 1 - 1
src/Database/Query.php

@@ -917,7 +917,7 @@ class Query implements ExpressionInterface, IteratorAggregate
         $exp = $this->newExpr();
 
         foreach ($fields as $field) {
-           $exp->isNull($field);
+            $exp->isNull($field);
         }
 
         return $this->where($exp);