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

Commit 16e8b22

Browse files
committed
type hinting
1 parent e26370c commit 16e8b22

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
@@ -92,7 +92,7 @@ public function toArray()
9292
return $array;
9393
}
9494

95-
public function getRelatedBinaryKeyName($attribute)
95+
public function getRelatedBinaryKeyName($attribute): string
9696
{
9797
$suffix = $this->getUuidSuffix();
9898

0 commit comments

Comments
 (0)