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.
Closure():TReturn
1 parent d549748 commit b1edc7aCopy full SHA for b1edc7a
src/Model/Relations/Relation.php
@@ -115,7 +115,7 @@ public function __clone()
115
* Run a callback with constraints disabled on the relation.
116
*
117
* @template TCallbackReturn
118
- * @param Closure(): TCallbackReturn $callback
+ * @param (Closure(): TCallbackReturn) $callback
119
* @return TCallbackReturn
120
*/
121
public static function noConstraints(Closure $callback)
0 commit comments