1 | <?php |
||
13 | class ManageParagraphs implements BooleanRulesGenerator |
||
14 | { |
||
15 | /** |
||
16 | * @var TemplateInspector |
||
17 | */ |
||
18 | protected $p; |
||
19 | |||
20 | /** |
||
21 | * Constructor |
||
22 | * |
||
23 | * Prepares the TemplateInspector for <p/> |
||
24 | */ |
||
25 | 4 | public function __construct() |
|
29 | |||
30 | /** |
||
31 | * {@inheritdoc} |
||
32 | */ |
||
33 | 4 | public function generateBooleanRules(TemplateInspector $src) |
|
49 | } |
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.