diff --git a/Classes/Domain/Model/QueryResultInterfaceStub.php b/Classes/Domain/Model/QueryResultInterfaceStub.php index c7af6be..6cd6f4f 100644 --- a/Classes/Domain/Model/QueryResultInterfaceStub.php +++ b/Classes/Domain/Model/QueryResultInterfaceStub.php @@ -45,9 +45,6 @@ trait QueryResultInterfaceStub throw new \BadMethodCallException('Method is not implemented yet.', 1502195135); } - /** - * @throws \BadMethodCallException - */ public function offsetExists($offset) { // Return false to allow Fluid to use appropriate getter methods.