Skip to content

Commit d2717ad

Browse files
committed
mark FormRequest::getFormRequestClass() as final
1 parent c49b473 commit d2717ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

system/HTTP/FormRequest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ public function isAuthorized(): bool
105105
*
106106
* @return class-string<self>|null
107107
*/
108-
public static function getFormRequestClass(ReflectionParameter $param): ?string
108+
final public static function getFormRequestClass(ReflectionParameter $param): ?string
109109
{
110110
$type = $param->getType();
111111

0 commit comments

Comments
 (0)