Skip to content

Commit

Permalink
added missing annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
bidi47 committed Nov 30, 2023
1 parent 5427ff6 commit ef832d8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Options/NavigationOptions.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@

use Laminas\Stdlib\AbstractOptions;

/**
* @template TValue
* @template-extends AbstractOptions<TValue>
*/
class NavigationOptions extends AbstractOptions
{
protected array $containers = [];
Expand Down

0 comments on commit ef832d8

Please sign in to comment.