Issue #2727901 by sreese: MimeTypeGuesser::__construct has doxygen typo

8.2.x
Alex Pott 2016-05-27 13:33:00 +01:00
parent 491554b180
commit e354b3a896
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ class MimeTypeGuesser implements MimeTypeGuesserInterface {
/**
* Constructs a MimeTypeGuesser object.
*
* @param StreamWrapperManagerInterface $streamWrapperManager
* @param StreamWrapperManagerInterface $stream_wrapper_manager
* The stream wrapper manager.
*/
public function __construct(StreamWrapperManagerInterface $stream_wrapper_manager) {