Commit d74fb5c
committed
PHPStan 0.12.13
phpstan/phpstan-src@ed0b3a8 Fix
phpstan/phpstan-src@0464d0f Fix Hoa prefixing
phpstan/phpstan-src@0a5cd64 Fixed running parallel analysis via shortcut command
phpstan/phpstan-src@2905d86 Use php -d memory_limit=X for worker processes
phpstan/phpstan-src@bc5c80a Revert "Passing memory limit the right way"
phpstan/phpstan-src@ebe779c Parallel - process timeout made configurable
phpstan/phpstan-src@a293802 Fix return type of fpassthru()
phpstan/phpstan-src@e8bb833 StubPhpDocProvider - cannot cache methods because of varying $positionalParameterNames
phpstan/phpstan-src@16b2d72 Fixed potential cache issue
phpstan/phpstan-src@a98b908 SchedulerTest - easier assert
phpstan/phpstan-src@71bda09 Scheduler - configurable maximum number of processes (threads to use)
phpstan/phpstan-src@7e28fb8 Scheduler - configurable minimum number of jobs per process
phpstan/phpstan-src@cbd06eb Compiler tests moved to GitHub Actions
phpstan/phpstan-src@19b2028 Readme: mention composer install/update as a prerequisite
phpstan/phpstan-src@7cd1d70 StubValidator - set analysed files to correctly analysed stubbed traits
phpstan/phpstan-src@f4e7ce8 Overridable static reflection class name patterns
phpstan/phpstan-src@b5ed37b DerivativeContainerFactory - fix missing parameters
phpstan/phpstan-src@5e3c5e7 Put all config file paths into the container
phpstan/phpstan-src@51a6e9b Used level in container
phpstan/phpstan-src@4a890d6 Fix build
phpstan/phpstan-src@4d2d088 Introduce unified AnalyserResult
phpstan/phpstan-src@587bfa8 AnalyseApplication - extracted running analysers into a private method
phpstan/phpstan-src@b0f8d3f Result cache (bleeding edge)
phpstan/phpstan-src@abd3dd6 Fix signature for ReflectionProperty::isInitialized
phpstan/phpstan-src@29e5ce4 Add Vector::merge()
phpstan/phpstan-src@c249ade Parallel analysis for everyone!
phpstan/phpstan-src@4f51382 Parameters schema - structured featureToggles to disallow unsupported keys
phpstan/phpstan-src@e18b3b4 PHAR - rename file extensions of PhpStorm stubs
phpstan/phpstan-src@abae606 Cleanup bad file
phpstan/phpstan-src@7d2ecf9 Temporary failing test for issue #3008
phpstan/phpstan-src@29be3a2 Require stable version of RobotLoader, master is broken
phpstan/phpstan-src@9395d76 Code coverage in GitHub Actions
phpstan/phpstan-src@18d849e Check for invalid phpstan doc comments
phpstan/phpstan-src@d3668d4 InvalidPHPStanDocTagRule - changed wording
phpstan/phpstan-src@a142413 E2E tests for result cache
phpstan/phpstan-src@a68512e Fix build
phpstan/phpstan-src@3608ded Rule for checking null-coalescing operator (level 1) - bleeding edge
phpstan/phpstan-src@36748fc Extracted the logic from NullCoalesceRule to IssetCheck
phpstan/phpstan-src@2003cda Integration test for coalesce
phpstan/phpstan-src@aa14780 Null coalesce checks - variables on level 1, rest on level 4
phpstan/phpstan-src@70ee0a4 Fixed build
phpstan/phpstan-src@25b61d9 Isset rule for checking always-defined/never-defined properties, array offsets etc. (level 4) - bleeding edge
phpstan/phpstan-src@e5cc038 Process timeout tip
phpstan/phpstan-src@06b6dbf Configurable decoder buffer size
phpstan/phpstan-src@0345d3c Properties with native types can be used in isset() in case they are uninitialized
phpstan/phpstan-src@9c56b39 Command for clearing result cache
phpstan/phpstan-src@9088b84 Result cache for everyone!
phpstan/phpstan-src@d22e88f Disable codecov/patch
phpstan/phpstan-src@fcc00dc stream_socket_enable_crypto returns int|bool
phpstan/phpstan-src@5b764c7 Fix CommandHelper::getConfigFiles() to also include the file passed into it1 parent 986eb97 commit d74fb5c
3 files changed
Lines changed: 13 additions & 13 deletions
Binary file not shown.
Binary file not shown.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
17 | 17 | | |
0 commit comments