Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
phpstan/phpstan-src@0b9e9a3 Rename test file phpstan/phpstan-src@f7210dc Overriding method rule - do not complain about this case phpstan/phpstan-src@ac0cfd0 Overriding method rule - check parameter type compatibility phpstan/phpstan-src@6d5c6fe Fix phpstan/phpstan-src@f3a2833 Fix test phpstan/phpstan-src@f478b91 Refactoring phpstan/phpstan-src@ada27eb OverridingMethodRule - check return type covariance phpstan/phpstan-src@487f2fa Check abstract method in non-abstract class phpstan/phpstan-src@3ee81d1 Unification - show class display name in messages phpstan/phpstan-src@50d2c39 Check missing method implementations in non-abstract class phpstan/phpstan-src@414784c Fix phpstan/phpstan-src@41ab4a7 Fix phpstan/phpstan-src@004a8b7 Refactoring phpstan/phpstan-src@c11ab15 array_map -> foreach phpstan/phpstan-src@1eedc10 Get native type from reflection phpstan/phpstan-src@fe72e26 Default value property type does not observe strict types - it's always strict phpstan/phpstan-src@8fdeba5 MethodSignatureRule - do not report duplicates already reported by OverridingMethodRule phpstan/phpstan-src@3ae5e83 Fix undetected generator function with static reflection phpstan/phpstan-src@1236c17 Fix phpstan/phpstan-src@4576346 Fix phpstan/phpstan-src@3950454 Fix detecting overriding final constructor phpstan/phpstan-src@64618be Fix overriden variadic parameter phpstan/phpstan-src@bf94fac Do not generate baseline when internal errors occured phpstan/phpstan-src@6f9f9aa CommandHelper - executing bootstrap file extracted into a private method phpstan/phpstan-src@aad1bf8 Introduce bootstrapFiles config option; deprecate bootstrap config option phpstan/phpstan-src@b971fc6 Introduce scanFiles phpstan/phpstan-src@d0e9bf2 Deprecate autoload_files phpstan/phpstan-src@27db54c Introduce scanDirectories phpstan/phpstan-src@61f4b18 Deprecate autoload_directories phpstan/phpstan-src@e7b7030 Autoloading is gone from user-facing messages phpstan/phpstan-src@35341d0 Resolve relative paths in scanFiles and scanDirectories phpstan/phpstan-src@a3e644a Detect nonexistent/wrong scanFiles and scanDirectories phpstan/phpstan-src@61f7a97 Function with `yield from` wasn't recognized as generator phpstan/phpstan-src@c2135cb Fix finfo constructor phpstan/phpstan-src@7aabe35 Fix magic constants as default parameter values phpstan/phpstan-src@3af7eaf Parameter with a default value followed by a variadic parameter is also optional phpstan/phpstan-src@b79c08d AbstractMethodInNonAbstractClassRule - fix abstract method from trait that overshadowed method from parent class phpstan/phpstan-src@29b9470 Print deprecation notice only when running the AnalyseCommand phpstan/phpstan-src@31844b1 Another test for #3406 phpstan/phpstan-src@98cdb30 In case of multiple comments, use the last one as reflection getDocComment phpstan/phpstan-src@7738778 Fix CS phpstan/phpstan-src@4ba83e8 template type: correctly resolve isSuperTypeOf phpstan/phpstan-src@a599eaa Fix variadic parameters by not making them always ArrayType phpstan/phpstan-src@f8512a7 Use runtime reflection for Generator phpstan/phpstan-src@d063193 Fix CS phpstan/phpstan-src@988cea9 Updated phpdoc-parser phpstan/phpstan-src@3a2a666 fix PharData::offsetGet return type phpstan/phpstan-src@03a630e Fixed getting constant on self:: with duplicate classes phpstan/phpstan-src@3b2c806 ExistingClassInClassExtendsRule - do not complain about `@final` phpstan/phpstan-src@bd36d6d README - note about the result cache
- Loading branch information