Skip to content

Commit 6396c98

Browse files
authored
Merge pull request #84 from rakit/fix-return-type
Fix return type for Attribute::getValue method
2 parents d0209a3 + 165d3b3 commit 6396c98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Attribute.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ public function getKeyIndexes(): array
209209
* Get value
210210
*
211211
* @param string|null $key
212-
* @return void
212+
* @return mixed
213213
*/
214214
public function getValue(string $key = null)
215215
{

0 commit comments

Comments
 (0)