Skip to content
This repository has been archived by the owner on Jun 1, 2023. It is now read-only.

Commit

Permalink
final private -> private
Browse files Browse the repository at this point in the history
  • Loading branch information
fredemmott committed Nov 18, 2021
1 parent 6b92899 commit 7d6c101
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/request-parameters/RequestParametersBase.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ classname<T> $class,
return self::getSpec($this->optionalSpecs, $class, $name);
}

final private static function getSpec<T as RequestParameter>(
private static function getSpec<T as RequestParameter>(
dict<string, RequestParameter> $specs,
classname<T> $class,
string $name,
Expand Down

0 comments on commit 7d6c101

Please sign in to comment.