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

Commit

Permalink
private final -> private
Browse files Browse the repository at this point in the history
  • Loading branch information
fredemmott committed Nov 18, 2021
1 parent ce364bf commit f9ee2df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/RequestParametersCodegenBuilderBase.hack
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ abstract class RequestParametersCodegenBuilderBase<TBase> {
return $this;
}

final private function getCodegenFile(
private function getCodegenFile(
string $path,
self::TSpec $spec,
): CodegenFile {
Expand Down

0 comments on commit f9ee2df

Please sign in to comment.