| 1 | <?php |
||
| 15 | class EmbeddedLinksReplacer { |
||
| 16 | |||
| 17 | /** |
||
| 18 | * @var string |
||
| 19 | */ |
||
| 20 | private $querySource; |
||
| 21 | |||
| 22 | /** |
||
| 23 | * @since 1.0 |
||
| 24 | * |
||
| 25 | * @param string $querySource |
||
| 26 | */ |
||
| 27 | 16 | public function __construct( $querySource ) { |
|
| 30 | |||
| 31 | /** |
||
| 32 | * @since 1.0 |
||
| 33 | * |
||
| 34 | * @param string $value |
||
| 35 | * |
||
| 36 | * @return string |
||
| 37 | */ |
||
| 38 | 8 | public function replace( $value ) { |
|
| 48 | |||
| 49 | 8 | private function replaceEmbeddedLinksWith( $source, $value ) { |
|
| 73 | |||
| 74 | } |
||
| 75 |
This check looks for calls to methods that do not seem to exist on a given type. It looks for the method on the type itself as well as in inherited classes or implemented interfaces.
This is most likely a typographical error or the method has been renamed.