We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea9c481 commit b9342ffCopy full SHA for b9342ff
src/Illuminate/Support/Facades/Schema.php
@@ -44,7 +44,7 @@
44
* @method static string|null getCurrentSchemaName()
45
* @method static array parseSchemaAndTable(string $reference, string|bool|null $withDefaultSchema = null)
46
* @method static \Illuminate\Database\Connection getConnection()
47
- * @method static void blueprintResolver(\Closure $resolver)
+ * @method static void blueprintResolver(\Closure|null $resolver)
48
* @method static void macro(string $name, object|callable $macro)
49
* @method static void mixin(object $mixin, bool $replace = true)
50
* @method static bool hasMacro(string $name)
0 commit comments