Skip to content

Commit

Permalink
Merge pull request #271 from JeroenDeDauw/fixdoc
Browse files Browse the repository at this point in the history
Fix cp error in doc
  • Loading branch information
ravage84 committed Mar 9, 2015
2 parents 8afbad1 + b73dd32 commit d40a617
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/php/PHPMD/Parser.php
Expand Up @@ -266,7 +266,7 @@ public function visitMethod(ASTMethod $node)
/**
* Sets the context code nodes.
*
* @param \PDepend\Source\AST\ASTArtifactList $code
* @param \PDepend\Source\AST\ASTArtifactList $artifacts
* @return void
*/
public function setArtifacts(ASTArtifactList $artifacts)
Expand Down

0 comments on commit d40a617

Please sign in to comment.