@@ -295,7 +295,7 @@ |
||
295 | 295 | * |
296 | 296 | * @param array $parameters |
297 | 297 | * @param Connection $dbConnection |
298 | - * @param int|number $indent |
|
298 | + * @param integer $indent |
|
299 | 299 | * @param int $conditionsMode |
300 | 300 | * @return string |
301 | 301 | */ |
@@ -211,6 +211,6 @@ |
||
211 | 211 | * @return bool |
212 | 212 | */ |
213 | 213 | public function isDiscardedOnNull() { |
214 | - return $this->discardedOnNull; |
|
214 | + return $this->discardedOnNull; |
|
215 | 215 | } |
216 | 216 | } |
@@ -96,7 +96,7 @@ |
||
96 | 96 | } |
97 | 97 | |
98 | 98 | if(is_numeric($this->value)) { |
99 | - return (int) $this->value; |
|
99 | + return (int) $this->value; |
|
100 | 100 | } else if ($dbConnection != null) { |
101 | 101 | return $dbConnection->quote($this->value); |
102 | 102 | } else { |