Skip to content

Commit

Permalink
Add more tests based on suggestions from PR review
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigoprimo committed May 23, 2024
1 parent e21e8fb commit 9bd569b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -172,3 +172,8 @@ $foo = new MyClass(
$obj,
'getMethod',
);

#[AttributeName(1, 2)]
#[AttributeName(1,2)]

$callable = myCallable(...);
Original file line number Diff line number Diff line change
Expand Up @@ -172,3 +172,8 @@ $foo = new MyClass(
$obj,
'getMethod',
);

#[AttributeName(1, 2)]
#[AttributeName(1, 2)]

$callable = myCallable(...);
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ public function getErrorList($testFile='')
155 => 1,
162 => 2,
170 => 1,
177 => 1,
];

default:
Expand Down

0 comments on commit 9bd569b

Please sign in to comment.