Skip to content

Commit e6ed0c1

Browse files
Add some missing return types to internal/final classes
1 parent a15e2b4 commit e6ed0c1

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Form/ChoiceList/IdReader.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,8 @@ public function isIntId(): bool
7777
* Returns the ID value for an object.
7878
*
7979
* This method assumes that the object has a single-column ID.
80-
*
81-
* @return string
8280
*/
83-
public function getIdValue(object $object = null)
81+
public function getIdValue(object $object = null): string
8482
{
8583
if (!$object) {
8684
return '';

0 commit comments

Comments
 (0)