We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0169801 commit 31b93aeCopy full SHA for 31b93ae
1 file changed
src/Options.php
@@ -273,6 +273,8 @@ public function getLogger(): ?LoggerInterface
273
* 1. the passed `$options`
274
* 2. already configured `logger` option
275
* 3. `NullLogger` as fallback
276
+ *
277
+ * @param array<string, mixed> $options
278
*/
279
public function getLoggerOrNullLogger(array $options = []): LoggerInterface
280
{
0 commit comments