Skip to content

Commit

Permalink
feat: fix future version
Browse files Browse the repository at this point in the history
  • Loading branch information
bpolaszek committed Mar 19, 2024
1 parent 52ba544 commit 98a0ba8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ function extract_last_event_id(ServerRequestInterface $request): ?string
if ($lastEventId !== null) {
trigger_deprecation(
'freddie/mercure-x',
'0.3',
'1.0',
'Using "Last-Event-ID" query parameter is deprecated, use "lastEventID" instead.',
);
}
Expand Down

0 comments on commit 98a0ba8

Please sign in to comment.