Skip to content

Commit

Permalink
Fix more generic types
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander M. Turek <me@derrabus.de>
  • Loading branch information
derrabus committed Nov 3, 2021
1 parent f9b98cd commit 708e975
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 708e975

Please sign in to comment.