diff options
Diffstat (limited to 'lib/helpers.php')
| -rw-r--r-- | lib/helpers.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/helpers.php b/lib/helpers.php index a44f10b..bffed4a 100644 --- a/lib/helpers.php +++ b/lib/helpers.php @@ -15,7 +15,7 @@ use Psr\Container\ContainerInterface; * $logger = app(LoggerInterface::class); * ``` * @template T - * @param class-string<T>|string|null $entryId entry name or a class name + * @param T|class-string<T>|string|null $entryId entry name or a class name * @param array $parameters Optional parameters to use to build the entry. * Use this to force specific parameters to specific values. * Parameters not defined in this array will be resolved using the container. |
