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@ed7aeb7 Refactor tests phpstan/phpstan-src@265afac Implement property name as an expression in AccessPropertiesRule phpstan/phpstan-src@6dda018 Implement property name as an expression in AccessStaticPropertiesRule phpstan/phpstan-src@c1e85c2 Implement property name as an expression in TypesAssignedToPropertiesRule phpstan/phpstan-src@9be81c3 Revert "Implement property name as an expression in TypesAssignedToPropertiesRule" phpstan/phpstan-src@ffccecd Cleanup phpstan/phpstan-src@609d703 Fix scale parameter check in bc math return type extension phpstan/phpstan-src@7e2bc2b setlocale() can take as argument 0 and NULL phpstan/phpstan-src@912e66b setlocale() can take as argument string|null phpstan/phpstan-src@2fc6a5f Implement `positive-int` and `negative-int` types phpstan/phpstan-src@3f323f9 Fix strpos() on PHP 8 phpstan/phpstan-src@6784a1c More functions that return 0|positive-int phpstan/phpstan-src@a78a2e7 All count functions and methods return 0 or positive-int phpstan/phpstan-src@71349b4 Fix tests phpstan/phpstan-src@3b21093 Fixed variable certainty of a nonexistent variable after isset() phpstan/phpstan-src@fcb78d9 isset() - truthy vs. true phpstan/phpstan-src@ed2f60b Fixed tests phpstan/phpstan-src@4a886db Update phpstorm-stubs phpstan/phpstan-src@59c0423 PhpStorm stubs - parse them with PHP 8 parser phpstan/phpstan-src@aa502ff Old-style constructors are no longer supported on PHP 8 phpstan/phpstan-src@642dcd1 Parser services reorganization phpstan/phpstan-src@93bbcf2 Renamed DirectParser to RichParser phpstan/phpstan-src@afc5092 Introducing SimpleParser phpstan/phpstan-src@0f8a61a Introducing PathRoutingParser phpstan/phpstan-src@06d02bc Fix phpstan/phpstan-src@22ef77a ExportedNodeFetcher - use PHPStan's Parser interface phpstan/phpstan-src@29ab032 Fix test phpstan/phpstan-src@d2978a0 Fix baseline phpstan/phpstan-src@abba02f Fix test phpstan/phpstan-src@dd62e07 Fix Rector phpstan/phpstan-src@9131023 Fix test phpstan/phpstan-src@4034017 Optimization for < PHP 8.0 analysis phpstan/phpstan-src@0dee4c3 Fix truncating invalid UTF-8 strings phpstan/phpstan-src@273b3ce Fix array_slice with non-empty-array phpstan/phpstan-src@da9d32f Updated dependencies phpstan/phpstan-src@2817690 Generate functionMetadata.php from PhpStorm stubs' #[Pure] attribute phpstan/phpstan-src@7c6344f Update Composer to v2 phpstan/phpstan-src@9e53d32 Use Composer v1 for PHAR compiler phpstan/phpstan-src@7ffe36e Fix phpstan/phpstan-src@1f73d9b Removed obsolete stub patch phpstan/phpstan-src@af60a50 Fix again phpstan/phpstan-src@d3e7b9c Scope - any variable after extract() call might exist phpstan/phpstan-src@d7957d8 Fix compiler tests phpstan/phpstan-src@05942ca Fix false positive with isset() and empty() phpstan/phpstan-src@ca044c4 Fixed assert() bug phpstan/phpstan-src@26d29ec array_shift() should invalidate remembered count() call phpstan/phpstan-src@fb8d3ef MethodSignatureRule - read PHPDoc types instead of combined types phpstan/phpstan-src@a97477b Fix literal array with empty item outside of left-side assign phpstan/phpstan-src@427c7ac Exclude empty-array-item.php from linting phpstan/phpstan-src@dcd8734 Do not trust PhpStorm stubs' PHPDoc types too much
- Loading branch information