Skip to content

Commit

Permalink
Remove param type, fix #6
Browse files Browse the repository at this point in the history
  • Loading branch information
karlomikus committed Apr 27, 2019
1 parent 7f125f2 commit b78e1fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Theme/ThemeViewFinder.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class ThemeViewFinder extends FileViewFinder
*
* @param array $paths
*/
public function setPaths(array $paths)
public function setPaths($paths)
{
$this->paths = $paths;
}
Expand Down

0 comments on commit b78e1fe

Please sign in to comment.