Browse Source

Remove incorrect PHPDoc tags

chinpei215 8 years ago
parent
commit
424f2eb1f2
2 changed files with 0 additions and 5 deletions
  1. 0 3
      src/Cache/Cache.php
  2. 0 2
      src/Datasource/ResultSetDecorator.php

+ 0 - 3
src/Cache/Cache.php

@@ -60,9 +60,6 @@ use RuntimeException;
  * 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
 {

+ 0 - 2
src/Datasource/ResultSetDecorator.php

@@ -20,8 +20,6 @@ use Countable;
 /**
  * Generic ResultSet decorator. This will make any traversable object appear to
  * be a database result
- *
- * @return void
  */
 class ResultSetDecorator extends Collection implements ResultSetInterface
 {