Skip to content

Commit

Permalink
remove mixed return type hint (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
amneale authored Feb 7, 2019
1 parent 996db03 commit 5524d32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Entity/DataField.php
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ public function getVisibility(): string
/**
* @return mixed|null
*/
public function getDefaultValue(): ?mixed
public function getDefaultValue()
{
return $this->defaultValue;
}
Expand Down

0 comments on commit 5524d32

Please sign in to comment.