Without this bugfix, under PHP 7.3.9 with notices enabled, the following is outputted:
$ composer stan
PHP Notice: Undefined index: request in /home/e.bruines00000/workspaces/phpstan-yii2/src/ServiceMap.php on line 77
PHP Notice: Undefined index: request in /home/e.bruines00000/workspaces/phpstan-yii2/src/ServiceMap.php on line 77
PHP Notice: Undefined index: response in /home/e.bruines00000/workspaces/phpstan-yii2/src/ServiceMap.php on line 77
PHP Notice: Undefined index: response in /home/e.bruines00000/workspaces/phpstan-yii2/src/ServiceMap.php on line 77
PHP Notice: Undefined index: user in /home/e.bruines00000/workspaces/phpstan-yii2/src/ServiceMap.php on line 77
PHP Notice: Undefined index: user in /home/e.bruines00000/workspaces/phpstan-yii2/src/ServiceMap.php on line 77
Without this bugfix, under PHP 7.3.9 with notices enabled, the following is outputted: