|
@@ -59,7 +59,7 @@ |
|
|
block discarded – undo |
|
59
|
59
|
*/ |
|
60
|
60
|
public function fetchAll($fetchStyle = PDO::FETCH_ASSOC, $fetchArgument = null, array $ctorArgs = []) { |
|
61
|
61
|
return $this->exceptionHandler(function() use ($fetchStyle, $fetchArgument, $ctorArgs) { |
|
62
|
|
- if($fetchArgument !== null) { |
|
|
62
|
+ if ($fetchArgument !== null) { |
|
63
|
63
|
return $this->statement->fetchAll($fetchStyle, $fetchArgument, $ctorArgs); |
|
64
|
64
|
} |
|
65
|
65
|
return $this->statement->fetchAll($fetchStyle); |
Please login to merge, or discard this patch.