Skip to content

Commit

Permalink
Correct deprecation warning statement
Browse files Browse the repository at this point in the history
  • Loading branch information
ravage84 committed Sep 27, 2018
1 parent 78b5807 commit 4ffd394
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Controller/Component/RequestHandlerComponent.php
Expand Up @@ -391,7 +391,7 @@ public function isRss()
public function isAtom()
{
deprecationWarning(
'RequestHandlerComponent::isRss() is deprecated. Use RequestHandlerComponent::prefers(\'atom\') instead.'
'RequestHandlerComponent::isAtom() is deprecated. Use RequestHandlerComponent::prefers(\'atom\') instead.'
);

return $this->prefers('atom');
Expand Down

0 comments on commit 4ffd394

Please sign in to comment.