Skip to content

Commit c5b2d63

Browse files
Hint that get can possibly return something else
1 parent 25733af commit c5b2d63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Config/Options.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public function __construct(array $options)
4444
* @template T
4545
* @param string $name
4646
* @param T $default
47-
* @return T
47+
* @return T|null
4848
*/
4949
public function get(string $name, $default = null)
5050
{

0 commit comments

Comments
 (0)