Skip to content

Commit

Permalink
fix parameter types
Browse files Browse the repository at this point in the history
  • Loading branch information
butschster committed May 11, 2016
1 parent d1fa13d commit b6ac430
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Display/Extension/Scopes.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ public function all()
}

/**
* @param array $scopes
* @param array|string $scopes
*
* @return $this
*/
public function set(array $scopes)
public function set($scopes)
{
$this->scopes = func_get_args();

Expand Down

0 comments on commit b6ac430

Please sign in to comment.