Arbit - project tracking

PHP Depend

History

Diff

1077 1078 /tests/PHP/Depend/_code/code/Interface/testGetFirstChildOfTypeFindsASTNodeInMethodDeclaration.php
2 +<?php
3 +interface testGetFirstChildOfTypeFindsASTNodeInMethodDeclaration
4 +{
5 + public function foo(array $x);
6 +}
1077 1078 /tests/PHP/Depend/_code/code/Interface/testFindChildrenOfTypeFindsASTNodeInMethodDeclarations.php
2 +<?php
3 +interface testFindChildrenOfTypeFindsASTNodeInMethodDeclarations
4 +{
5 + public function foo($x, $y);
6 + public function bar($z);
7 + public function baz($baz);
8 +}