Skip to content

Commit 165d3b3

Browse files
committed
Fix return type for method
1 parent d0209a3 commit 165d3b3

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)