From 1efb06d84b78df2844d144b8c1060d3df2cb9b5a Mon Sep 17 00:00:00 2001 From: Daniel Siepmann Date: Sun, 30 Dec 2018 14:01:38 +0100 Subject: [PATCH] TASK: Remove wrong phpdoc --- Classes/Domain/Model/QueryResultInterfaceStub.php | 3 --- 1 file changed, 3 deletions(-) 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.