Skip to content

Commit

Permalink
PHP 7.x fix for type
Browse files Browse the repository at this point in the history
  • Loading branch information
lulco committed Jul 22, 2024
1 parent e49fdcf commit 9fd7057
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/ApiDecider.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@

final class ApiDecider
{
private Container $container;
/** @var Container */
private $container;

/** @var Api[] */
private $apis = [];
Expand Down

0 comments on commit 9fd7057

Please sign in to comment.