Commit 776c805
committed
PHPStan 0.12.31
phpstan/phpstan-src@eb9294a Add test case to assert failure
phpstan/phpstan-src@4889a9d Add DOMDocument class to list of exclusions
phpstan/phpstan-src@0430852 Add required ext-dom extenstion
phpstan/phpstan-src@4b12d94 CS
phpstan/phpstan-src@00b0284 Exclude more classes
phpstan/phpstan-src@4cf0141 Look at `install-path` from `installed.json` available in Composer v2
phpstan/phpstan-src@d1990b8 Skip files from broken Composer installations
phpstan/phpstan-src@43ee94a Update phpstorm-stubs
phpstan/phpstan-src@09f0beb Native method reflection - look in stubs first, then into native runtime PHP reflection
phpstan/phpstan-src@20edb4f ResultCacheManager::process() - option not to save the cache
phpstan/phpstan-src@6767062 MutatingScope - remove forgotten var_dump
phpstan/phpstan-src@ac6c634 Refactoring
phpstan/phpstan-src@67dc203 Update actions/cache requirement to v2
phpstan/phpstan-src@60c53e0 Bump actions/checkout from v2.2.0 to v2.3.0
phpstan/phpstan-src@d240307 dbase-ext: DB-handle changed from int to resource
phpstan/phpstan-src@6bcb400 dbase_open|dbase_create can also return false
phpstan/phpstan-src@e6ba8a0 Single reflection file support
phpstan/phpstan-src@6425cdf functionMap: narrow possible return values of openssl_verify()
phpstan/phpstan-src@bf6921d Bump actions/checkout from v2.3.0 to v2.3.1
phpstan/phpstan-src@b9f62d6 Remove hack of yaml highlighting for neon files
phpstan/phpstan-src@0613451 Replicate behaviour from ThisVariableRule in DefinedVariableRule
phpstan/phpstan-src@14b17a8 Remove obsolete ThisVariableRule
phpstan/phpstan-src@1567d0f testFileAsserts - testing variable certainty support
phpstan/phpstan-src@7ea7ce4 Cleanup thanks to maybe certainty for variables in root scope
phpstan/phpstan-src@44f9d08 Override variable certainty in global scope with `@var`
phpstan/phpstan-src@261cf18 Fix
phpstan/phpstan-src@428c8e5 Support multiple doc comments above statement
phpstan/phpstan-src@acf070f Updated PhpStorm stubs
phpstan/phpstan-src@749f50b Loosen the requirements for the $function parameter of the register_shutdown_function function
phpstan/phpstan-src@5e2ba1a implemented DuplicateDeclarationRule, fixes #3475
phpstan/phpstan-src@9547231 added support for BitwiseNot operator
phpstan/phpstan-src@5f5de22 InvalidUnaryOperationRule: added support for BitwiseNot operator
phpstan/phpstan-src@24246f3 `treatPhpDocTypesAsCertain` is not necessary in BitwiseNot handling
phpstan/phpstan-src@f8a6cf1 Debugging message for ShouldNotHappenException in OptimizedDirectorySourceLocator
phpstan/phpstan-src@c8923b5 functionMap: ZipArchive::open() returns true on success, int (error code) on failure
phpstan/phpstan-src@a59a83c Bump shivammathur/setup-php from 2.3.0 to 2.3.1
phpstan/phpstan-src@423ed91 mysqli_stmt_fetch() and mysqli_stmt::fetch() can return NULL
phpstan/phpstan-src@7546777 openssl_pkey_export() allows null for the passphrase
phpstan/phpstan-src@cdf5b85 Fix enchant_broker_list_dicts() return type
phpstan/phpstan-src@8390949 Subclasses of PDO are analysed using static reflection
phpstan/phpstan-src@af183ec correct return value for PHP internal functions on failure
phpstan/phpstan-src@47a76e3 Fix build
phpstan/phpstan-src@4cbb589 Use composer.json reading just to locate functions
phpstan/phpstan-src@73aede3 Fix return type & callback type hints for Redis::subscribe()
phpstan/phpstan-src@1cd97b4 More cleanup
phpstan/phpstan-src@e6dd87b Dive into a trait that starts on the same line as the one in the reflection
phpstan/phpstan-src@1c63a78 Revert "More cleanup"
phpstan/phpstan-src@37356d4 Revert "Use composer.json reading just to locate functions"
phpstan/phpstan-src@3902d73 Skip AutoloadSourceLocator for unprefixed dependencies shipped in the PHAR
phpstan/phpstan-src@2e61259 Attempt to load remaining classes after skipping them in ClassBlacklistSourceLocator if they're not in Composer paths1 parent 1201e95 commit 776c805
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