Commit a8f6984f authored by Rob Apodaca's avatar Rob Apodaca

fixed missing space between if and open parenthesis

parent 7127e480
......@@ -129,7 +129,7 @@ class Statement implements \IteratorAggregate, DriverStatement
*/
public function execute($params = null)
{
if(is_array($params)) {
if (is_array($params)) {
$this->params = $params;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment