Browse Source

Apply suggestions from code review

Co-authored-by: ADmad <ADmad@users.noreply.github.com>
Mark Story 4 years ago
parent
commit
45ce584449
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Http/ServerRequest.php

+ 1 - 1
src/Http/ServerRequest.php

@@ -1113,7 +1113,7 @@ class ServerRequest implements ServerRequestInterface
      * of the accepted content types.
      *
      * @return array An array of `prefValue => [content/types]`
-     * @deprecated 4.4.0 Use accepts() or ContentTypeNegotiation instead.
+     * @deprecated 4.4.0 Use `accepts()` or `ContentTypeNegotiation` class instead.
      */
     public function parseAccept(): array
     {