Skip to content

Commit

Permalink
Merge 436ce79 into 8212a11
Browse files Browse the repository at this point in the history
  • Loading branch information
siad007 authored Mar 31, 2021
2 parents 8212a11 + 436ce79 commit 18e9f46
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/etc/tasks/ext/pdepend/test.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@

class Test
{
public function test($a = 0)
/**
* @param int $a
*/
public function testing($a = 0)
{
echo "Hello World";
}
Expand Down

0 comments on commit 18e9f46

Please sign in to comment.