| 1 | <?php |
||
| 7 | trait HasHeaders |
||
| 8 | { |
||
| 9 | |||
| 10 | /** |
||
| 11 | * Gets a single header from an existing email by name. |
||
| 12 | * |
||
| 13 | * @param $headerName |
||
| 14 | * |
||
| 15 | * @param string $regex if this is set, value will be evaluated with the give regular expression. |
||
| 16 | * |
||
| 17 | * @return null|string|array |
||
| 18 | */ |
||
| 19 | public function getHeader( $headerName, $regex = null ) |
||
| 38 | |||
| 39 | } |
This check marks calls to methods that do not seem to exist on an object.
This is most likely the result of a method being renamed without all references to it being renamed likewise.