Skip to content

Commit

Permalink
Correct test fixture for test_function_arg_type_hint_and_php_doc (#3391)
Browse files Browse the repository at this point in the history
  • Loading branch information
AJenbo authored Jun 3, 2024
1 parent 67a7980 commit d34a082
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ class test_function_arg_type_hint_and_php_doc {
}

/**
* @param mixed db
* @param mixed $db
*/
function foo(\test_function_arg_type_hint_and_php_doc $db) {
$db->// code complete based on \PDO and not "mixed"
$db->// code complete based on \PDO and not "mixed"

0 comments on commit d34a082

Please sign in to comment.