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 89afcd7 commit 0a19746Copy full SHA for 0a19746
src/Illuminate/Support/Facades/Log.php
@@ -31,6 +31,8 @@
31
* @method static \Psr\Log\LoggerInterface getLogger()
32
* @method static \Illuminate\Contracts\Events\Dispatcher getEventDispatcher()
33
* @method static void setEventDispatcher(\Illuminate\Contracts\Events\Dispatcher $dispatcher)
34
+ * @method static \Illuminate\Log\Logger|mixed when(\Closure|mixed|null $value = null, callable|null $callback = null, callable|null $default = null)
35
+ * @method static \Illuminate\Log\Logger|mixed unless(\Closure|mixed|null $value = null, callable|null $callback = null, callable|null $default = null)
36
*
37
* @see \Illuminate\Log\LogManager
38
*/
0 commit comments