Skip to content

Commit

Permalink
fixed cs whitespacy line
Browse files Browse the repository at this point in the history
  • Loading branch information
tmilos committed Dec 18, 2017
1 parent 3567726 commit 3fa9e0f
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -28,7 +28,7 @@ class BindingCriteria implements CriteriaInterface
public function __construct(array $bindings)
{
$this->bindings = array();

foreach ($bindings as $binding) {
$this->add($binding);
}
Expand Down

0 comments on commit 3fa9e0f

Please sign in to comment.