Skip to content

Commit

Permalink
Removed return types (#830)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nyholm authored Mar 3, 2018
1 parent 0123603 commit f0fd2b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Model/GoogleAddress.php
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,7 @@ public function withEstablishment(string $establishment = null)
/**
* @return AdminLevelCollection
*/
public function getSubLocalityLevels(): AdminLevelCollection
public function getSubLocalityLevels()
{
return $this->subLocalityLevels;
}
Expand Down

0 comments on commit f0fd2b0

Please sign in to comment.