From 4691bc5fbdcebc6a1ae0fe865292ccf654be6b00 Mon Sep 17 00:00:00 2001 From: Timur Zurbaev Date: Sat, 5 May 2018 10:09:30 +0800 Subject: [PATCH] Remove `mixed` typehint from `Fluent::default` method --- resources/views/helper.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/helper.php b/resources/views/helper.php index 8bfbfb6..e517a60 100644 --- a/resources/views/helper.php +++ b/resources/views/helper.php @@ -72,7 +72,7 @@ namespace Illuminate\Support { * @method Fluent charset(string $charset) Add the character set modifier * @method Fluent collation(string $collation) Add the collation modifier * @method Fluent comment(string $comment) Add comment - * @method Fluent default(mixed $value) Add the default modifier + * @method Fluent default($value) Add the default modifier * @method Fluent first() Select first row * @method Fluent index(string $name = null) Add the in dex clause * @method Fluent on(string $table) `on` of a foreign key