TASK: Remove wrong phpdoc

This commit is contained in:
Daniel Siepmann 2018-12-30 14:01:38 +01:00
parent 09cbaede29
commit 1efb06d84b
Signed by: Daniel Siepmann
GPG key ID: 33D6629915560EF4

View file

@ -45,9 +45,6 @@ trait QueryResultInterfaceStub
throw new \BadMethodCallException('Method is not implemented yet.', 1502195135); throw new \BadMethodCallException('Method is not implemented yet.', 1502195135);
} }
/**
* @throws \BadMethodCallException
*/
public function offsetExists($offset) public function offsetExists($offset)
{ {
// Return false to allow Fluid to use appropriate getter methods. // Return false to allow Fluid to use appropriate getter methods.