Commit 2442c2b5 authored by Christopher Davis's avatar Christopher Davis

Add a Newline Before `return`

parent 4a1391be
......@@ -140,6 +140,7 @@ class Statement implements \IteratorAggregate, DriverStatement
{
$this->params[$name] = $var;
$this->types[$name] = $type;
return $this->stmt->bindParam($name, $var, $type, $length);
}
......
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