Skip to content

Commit 223df68

Browse files
authored
phpstrom Code prompt optimization (#7579)
1 parent b1edc7a commit 223df68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Model/Relations/Relation.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ public function __clone()
115115
* Run a callback with constraints disabled on the relation.
116116
*
117117
* @template TCallbackReturn
118-
* @param (Closure(): TCallbackReturn) $callback
118+
* @param Closure():TCallbackReturn $callback
119119
* @return TCallbackReturn
120120
*/
121121
public static function noConstraints(Closure $callback)

0 commit comments

Comments
 (0)