Skip to content

Commit

Permalink
minor #58430 Remove a few unnecessary full qualifier (alexandre-daubois)
Browse files Browse the repository at this point in the history
This PR was merged into the 7.2 branch.

Discussion
----------

Remove a few unnecessary full qualifier

| Q             | A
| ------------- | ---
| Branch?       | 7.2
| Bug fix?      | no
| New feature?  | no
| Deprecations? | no
| Issues        | -
| License       | MIT

Remove full qualifier in places there are not present usually in the code base: mocks, already imported classes, expected exceptions.

Commits
-------

154306840f6 Remove a few unnecessary full qualifier
  • Loading branch information
nicolas-grekas committed Oct 3, 2024
2 parents 2fecd42 + 6f71216 commit f8c1e96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/Fixtures/ParentDummy.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ class ParentDummy
public $rootDummyItems;

/**
* @var \Symfony\Component\PropertyInfo\Tests\Fixtures\RootDummy\RootDummyItem
* @var RootDummyItem
*/
public $rootDummyItem;

Expand Down

0 comments on commit f8c1e96

Please sign in to comment.