Skip to content

Commit

Permalink
Merge tag '0.0.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
samizdam committed Apr 27, 2020
2 parents c222b19 + fe820cc commit bf53f31
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [0.0.2] - 2020-03-24
### Fixed
- OperitionId to Psr normalizer class name
- OperitionId to Psr normalizer class name

## [0.0.1] - 2020-03-24
### Added
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ private function normalizeHttpMethod(string $method): string

private function normalizeOperationHandler(Operation $operation): string
{
return $operation->operationId;
return $this->operationHandlerNormalizer->normalize($operation->operationId);
}

}

0 comments on commit bf53f31

Please sign in to comment.