Valinor/tests/Unit/Utility/Reflection
Maximilian Bösing 64e0a2d5ac
feat: allow psalm and phpstan prefix in docblocks
The following annotations are now properly handled: `@psalm-param`, 
`@phpstan-param`, `@psalm-return` and `@phpstan-return`.

If one of those found along with a basic `@param` or `@return` 
annotation, it will override the basic value.
2022-05-05 19:40:11 +02:00
..
ReflectionTest.php feat: allow psalm and phpstan prefix in docblocks 2022-05-05 19:40:11 +02:00