mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-06 16:25:39 +08:00
Update ApplicationContext and InteractiveTerm to handle null outputs gracefully
This commit is contained in:
@@ -83,7 +83,7 @@ class ApplicationContext
|
||||
*
|
||||
* @param class-string<T> $id Service identifier
|
||||
*
|
||||
* @return T
|
||||
* @return null|T
|
||||
*/
|
||||
public static function get(string $id): mixed
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user