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.
logger
1 parent 81c53fe commit a4ac716Copy full SHA for a4ac716
types/Foundation/Helpers.php
@@ -29,7 +29,7 @@
29
assertType('Illuminate\Foundation\Bus\PendingDispatch', dispatch('foo'));
30
assertType('Illuminate\Foundation\Bus\PendingClosureDispatch', dispatch(fn () => 1));
31
32
-assertType('Illuminate\Log\LogManager', logger());
+assertType('Psr\Log\LoggerInterface', logger());
33
assertType('null', logger('foo'));
34
35
assertType('Illuminate\Log\LogManager', logs());
0 commit comments