Skip to content

Commit

Permalink
Small fixin' on the CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
Robin de Graaf committed Apr 7, 2019
1 parent 2be5764 commit 893bf1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ _Changes_
Well, that had unintentional effects, didn't it? The whole idea of named routes was that names were unique. So requiring an HTTP method to work with them that way is against that exact notion.

The following methods _obviously_ don't require passing in the HTTP method:
- `getRouteByName(string $httpMethod, string $name): ?Route`
- `buildRouteUrl(string $httpMethod, string $name, array $parameters = []): string`
- `getRouteByName(string $name): ?Route`
- `buildRouteUrl(string $name, array $parameters = []): string`

Ahh, the beauty of pre-release software 😅

Expand Down

0 comments on commit 893bf1d

Please sign in to comment.