mirror of
https://github.com/barryvdh/laravel-ide-helper.git
synced 2026-08-17 17:47:13 +00:00
Remove mixed typehint from Fluent::default method
This commit is contained in:
@@ -72,7 +72,7 @@ namespace Illuminate\Support {
|
|||||||
* @method Fluent charset(string $charset) Add the character set modifier
|
* @method Fluent charset(string $charset) Add the character set modifier
|
||||||
* @method Fluent collation(string $collation) Add the collation modifier
|
* @method Fluent collation(string $collation) Add the collation modifier
|
||||||
* @method Fluent comment(string $comment) Add comment
|
* @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 first() Select first row
|
||||||
* @method Fluent index(string $name = null) Add the in dex clause
|
* @method Fluent index(string $name = null) Add the in dex clause
|
||||||
* @method Fluent on(string $table) `on` of a foreign key
|
* @method Fluent on(string $table) `on` of a foreign key
|
||||||
|
|||||||
Reference in New Issue
Block a user