Skip to content

Commit

Permalink
[8.x] Fix stringable docblock (#37835)
Browse files Browse the repository at this point in the history
Add missing `null` default value on `Blade@stringable` façade docblock
  • Loading branch information
rodrigopedra authored Jun 26, 2021
1 parent 4c50ebb commit 3a8082e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Support/Facades/Blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
* @method static void withDoubleEncoding()
* @method static void withoutComponentTags()
* @method static void withoutDoubleEncoding()
* @method static void stringable(string|callable $class, callable|null $handler)
* @method static void stringable(string|callable $class, callable|null $handler = null)
*
* @see \Illuminate\View\Compilers\BladeCompiler
*/
Expand Down

0 comments on commit 3a8082e

Please sign in to comment.