We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76cee6b commit 678f8b6Copy full SHA for 678f8b6
src/Illuminate/Database/Schema/Builder.php
@@ -30,7 +30,7 @@ class Builder
30
/**
31
* The Blueprint resolver callback.
32
*
33
- * @var \Closure
+ * @var \Closure(string, \Closure, string): \Illuminate\Database\Schema\Blueprint|null
34
*/
35
protected $resolver;
36
@@ -698,7 +698,7 @@ public function getConnection()
698
699
* Set the Schema Blueprint resolver callback.
700
701
- * @param \Closure $resolver
+ * @param \Closure(string, \Closure, string): \Illuminate\Database\Schema\Blueprint|null $resolver
702
* @return void
703
704
public function blueprintResolver(Closure $resolver)
0 commit comments