phpstan / phpstan-nette

Nette Framework class reflection extension for PHPStan & framework-specific rules
MIT License
100 stars 35 forks source link

Multiplier generics #118

Closed MartinMystikJonas closed 1 year ago

MartinMystikJonas commented 1 year ago

Added generics for Multipler to be able to specify what type created components are

ondrejmirtes commented 1 year ago

1) Please add TypeInferenceTestCase to verify it works as expected. 2) Please add the class to skipCheckGenericClasses, see phpstan-doctrine for an example.

MartinMystikJonas commented 1 year ago

Updated s requested

ondrejmirtes commented 1 year ago

Thank you!