PHPStan/Psalm annotations for base class constructors (#20413)

This commit is contained in:
Максим Спирков
2025-06-13 23:27:33 +04:00
committed by GitHub
parent ed4f888136
commit b47f81ea27
6 changed files with 19 additions and 0 deletions

View File

@ -37,6 +37,9 @@ class ActionEvent extends Event
* Constructor.
* @param Action $action the action associated with this action event.
* @param array $config name-value pairs that will be used to initialize the object properties
*
* @phpstan-param array<string, mixed> $config
* @psalm-param array<string, mixed> $config
*/
public function __construct($action, $config = [])
{