Skip to content

Commit

Permalink
Remove incorrect PHPDoc tags
Browse files Browse the repository at this point in the history
  • Loading branch information
chinpei215 committed Dec 20, 2017
1 parent fd30725 commit 424f2eb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
3 changes: 0 additions & 3 deletions src/Cache/Cache.php
Expand Up @@ -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
{
Expand Down
2 changes: 0 additions & 2 deletions src/Datasource/ResultSetDecorator.php
Expand Up @@ -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
{
Expand Down

0 comments on commit 424f2eb

Please sign in to comment.