| 1 | <?php |
||
| 14 | class NonMimePartFactory extends MessagePartFactory |
||
| 15 | { |
||
| 16 | /** |
||
| 17 | * Constructs a new NonMimePart object and returns it |
||
| 18 | * |
||
| 19 | * @param string $messageObjectId |
||
| 20 | * @param PartBuilder $partBuilder |
||
| 21 | * @param PartStreamFilterManager $partStreamFilterManager |
||
|
|
|||
| 22 | * @return \ZBateson\MailMimeParser\Message\Part\NonMimePart |
||
| 23 | */ |
||
| 24 | public function newInstance( |
||
| 34 | } |
||
| 35 |
This check looks for PHPDoc comments describing methods or function parameters that do not exist on the corresponding method or function.
Consider the following example. The parameter
$italyis not defined by the methodfinale(...).The most likely cause is that the parameter was removed, but the annotation was not.