Skip to content
This repository was archived by the owner on Dec 10, 2018. It is now read-only.

Commit e9529b6

Browse files
authored
Merge pull request #55 from vpratfr/type-hinting
Add some type hints
2 parents a2996b7 + 391ea33 commit e9529b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/HasBinaryUuid.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ public function toArray()
9797
return $array;
9898
}
9999

100-
public function getRelatedBinaryKeyName($attribute)
100+
public function getRelatedBinaryKeyName($attribute): string
101101
{
102102
$suffix = $this->getUuidSuffix();
103103

0 commit comments

Comments
 (0)