Skip to content

Commit

Permalink
Refs #90: A simple file cache garbage collector implemented.
Browse files Browse the repository at this point in the history
  • Loading branch information
Manuel Pichler committed Feb 27, 2015
1 parent 9eec972 commit 56712b1
Show file tree
Hide file tree
Showing 5 changed files with 440 additions and 27 deletions.
160 changes: 134 additions & 26 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/main/php/PDepend/Engine.php
Expand Up @@ -115,7 +115,7 @@ class Engine
/**
* Generated {@link \PDepend\Source\AST\ASTNamespace} objects.
*
* @var Iterator
* @var \PDepend\Source\AST\ASTNamespace[]
*/
private $namespaces = null;

Expand Down

0 comments on commit 56712b1

Please sign in to comment.