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 b1edc7a commit 223df68Copy full SHA for 223df68
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