Skip to content

Commit 0a19746

Browse files
taylorotwellgithub-actions[bot]
authored andcommitted
Update facade docblocks
1 parent 89afcd7 commit 0a19746

File tree

1 file changed

+2
-0
lines changed
  • src/Illuminate/Support/Facades

1 file changed

+2
-0
lines changed

src/Illuminate/Support/Facades/Log.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@
3131
* @method static \Psr\Log\LoggerInterface getLogger()
3232
* @method static \Illuminate\Contracts\Events\Dispatcher getEventDispatcher()
3333
* @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)
3436
*
3537
* @see \Illuminate\Log\LogManager
3638
*/

0 commit comments

Comments
 (0)