Skip to content

Commit 89b1087

Browse files
author
Andrei Onita
committed
added missed- return hint
1 parent c3a8b88 commit 89b1087

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Annotation/Inject.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ public function __construct(array $values)
2020
$this->services = $values['value'] ?? [];
2121
}
2222

23-
public function getServices()
23+
public function getServices(): array
2424
{
2525
return $this->services;
2626
}

0 commit comments

Comments
 (0)