Skip to content

Commit

Permalink
Add missing typehint.
Browse files Browse the repository at this point in the history
  • Loading branch information
bojanz committed Sep 26, 2016
1 parent b5128f5 commit e30e049
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Subdivision/SubdivisionRepository.php
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ protected function hasData(array $parents)
*
* @return array The subdivision definitions.
*/
protected function loadDefinitions($parents)
protected function loadDefinitions(array $parents)
{
$group = $this->buildGroup($parents);
if (isset($this->definitions[$group])) {
Expand Down

0 comments on commit e30e049

Please sign in to comment.