We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a15e2b4 commit e6ed0c1Copy full SHA for e6ed0c1
Form/ChoiceList/IdReader.php
@@ -77,10 +77,8 @@ public function isIntId(): bool
77
* Returns the ID value for an object.
78
*
79
* This method assumes that the object has a single-column ID.
80
- *
81
- * @return string
82
*/
83
- public function getIdValue(object $object = null)
+ public function getIdValue(object $object = null): string
84
{
85
if (!$object) {
86
return '';
0 commit comments