Skip to content

Commit

Permalink
minor #43903 Fix more generic types (derrabus)
Browse files Browse the repository at this point in the history
This PR was merged into the 5.4 branch.

Discussion
----------

Fix more generic types

| Q             | A
| ------------- | ---
| Branch?       | 5.4
| Bug fix?      | no
| New feature?  | no
| Deprecations? | no
| Tickets       | N/A
| License       | MIT
| Doc PR        | N/A

Some changes I wanted to push to #42471, but then it got merged already. 😇

Commits
-------

c54d61e9af Fix more generic types
  • Loading branch information
fabpot committed Nov 4, 2021
2 parents cdd7ff6 + 708e975 commit b55ba2e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Helper/HelperSet.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,7 @@
*/
class HelperSet implements \IteratorAggregate
{
/**
* @var Helper[]
*/
/** @var array<string, Helper> */
private $helpers = [];
private $command;

Expand Down

0 comments on commit b55ba2e

Please sign in to comment.