Skip to content

Commit d5615d3

Browse files
authored
Remove @return tag from constructor (#57536)
1 parent 59aecc5 commit d5615d3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Illuminate/Validation/Rules/ProhibitedIf.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ class ProhibitedIf implements Stringable
1919
* Create a new prohibited validation rule based on a condition.
2020
*
2121
* @param (\Closure(): bool)|bool $condition
22-
* @return void
2322
*
2423
* @throws \InvalidArgumentException
2524
*/

0 commit comments

Comments
 (0)