It seems like you call parent on a different method (addMeta() instead of add()). Are you sure this is correct? If so, you might want to change this to $this->addMeta().
This check looks for a call to a parent method whose name is different than
the method from which it is called.