X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=includes%2Futils%2FMWFileProps.php;h=9d05c6ab17bbf4d6f491b3164ccebf6b151851b3;hp=e60b9ab76213c6ef63d7d44a17c1e2db23e56d00;hb=24ae4318b36f88f2dd43db5989074b65776e2cf8;hpb=7874fc4bec845ad92960b07e969c65f3c3fe74f2 diff --git a/includes/utils/MWFileProps.php b/includes/utils/MWFileProps.php index e60b9ab762..9d05c6ab17 100644 --- a/includes/utils/MWFileProps.php +++ b/includes/utils/MWFileProps.php @@ -30,9 +30,9 @@ class MWFileProps { private $magic; /** - * @param MimeMagic $magic + * @param MimeAnalyzer $magic */ - public function __construct( MimeMagic $magic ) { + public function __construct( MimeAnalyzer $magic ) { $this->magic = $magic; }