Skip to content

Commit

Permalink
fix coding style
Browse files Browse the repository at this point in the history
  • Loading branch information
csanquer committed Jul 2, 2014
1 parent 4e7e8cf commit 8372b9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Config/DBlibConfig.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ protected function resolve(array $params)
{
$params = parent::resolve($params);

if (is_null($params['MultipleActiveResultSets'])){
if (is_null($params['MultipleActiveResultSets'])) {
unset($params['MultipleActiveResultSets']);
}

return $params;
}
}

0 comments on commit 8372b9b

Please sign in to comment.