diff --git a/src/Cache/Cache.php b/src/Cache/Cache.php index 177bdbd893c..2c0d62b6e8e 100644 --- a/src/Cache/Cache.php +++ b/src/Cache/Cache.php @@ -60,9 +60,6 @@ * See Cache engine documentation for expected configuration keys. * * @see config/app.php for configuration settings - * @param string $name Name of the configuration - * @param array $config Optional associative array of settings passed to the engine - * @return array [engine, settings] on success, false on failure */ class Cache { diff --git a/src/Datasource/ResultSetDecorator.php b/src/Datasource/ResultSetDecorator.php index f0ae1afff60..6d6f626c1e3 100644 --- a/src/Datasource/ResultSetDecorator.php +++ b/src/Datasource/ResultSetDecorator.php @@ -20,8 +20,6 @@ /** * Generic ResultSet decorator. This will make any traversable object appear to * be a database result - * - * @return void */ class ResultSetDecorator extends Collection implements ResultSetInterface {