Skip to content

Commit

Permalink
Add annotation for Psalm
Browse files Browse the repository at this point in the history
  • Loading branch information
ngmy committed Mar 31, 2021
1 parent 0c866e6 commit 6ce3fb3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Subject.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ abstract class Subject
/**
* @var array<int, Observer>
* @phpstan-var list<Observer>
* @psalm-var list<Observer>
*/
protected $observers = [];

Expand Down

0 comments on commit 6ce3fb3

Please sign in to comment.