.. |
Checker
|
Copy inferred type when suppressing errors
|
2018-09-04 13:57:05 -04:00 |
Codebase
|
Improve type coercion checks in strict mode
|
2018-08-28 17:42:39 -04:00 |
Config
|
Add ability to pretend that a file has declare(strict_types=1)
|
2018-08-29 15:10:56 -04:00 |
Exception
|
Fix #932 - allow obvious string vars to be used for includes
|
2018-08-07 13:17:23 -04:00 |
FileManipulation
|
Use continue 2 in place of continue
|
2018-07-12 18:04:05 -04:00 |
Fork
|
Improve API for disabling extensions and disable apc as well
|
2018-07-17 16:40:03 -04:00 |
Issue
|
Allow suppression of TooManyArguments by function/method id
|
2018-08-16 16:49:33 -04:00 |
Provider
|
Resolve as many names as possible in the parsing stage
|
2018-07-12 21:25:06 -04:00 |
Scanner
|
Fix #904 - scan all docblocks for possible @psalm-type annotations
|
2018-07-21 22:24:33 -04:00 |
Scope
|
Improve dead code analysis of switch statements
|
2018-06-16 21:54:44 -04:00 |
Storage
|
Add ability to pretend that a file has declare(strict_types=1)
|
2018-08-29 15:10:56 -04:00 |
Stubs
|
Improve callmap with PHPStan’s additions
|
2018-07-22 19:15:40 -04:00 |
Type
|
Add ability to pretend that a file has declare(strict_types=1)
|
2018-08-29 15:10:56 -04:00 |
Visitor
|
Fix #970 - improve handling of yield from statements
|
2018-09-04 13:29:35 -04:00 |
Aliases.php
|
Refactor scanning and analysis, introducing multithreading (#191)
|
2017-07-25 16:11:02 -04:00 |
CallMap.php
|
Improve handling of array_search and strstr, and restrict ini_set types
|
2018-08-29 13:58:07 -04:00 |
Clause.php
|
Fix issues that cause exceptions
|
2018-05-21 18:33:39 -04:00 |
Codebase.php
|
Improve loading of stub file and autoload file information
|
2018-06-30 15:29:37 -04:00 |
CodeLocation.php
|
Improve dead code detection
|
2018-06-16 20:01:41 -04:00 |
Config.php
|
Add ability to pretend that a file has declare(strict_types=1)
|
2018-08-29 15:10:56 -04:00 |
Context.php
|
Improve type coercion checks in strict mode
|
2018-08-28 17:42:39 -04:00 |
FileSource.php
|
Treat required files the same as the files that require them, reporting-wise
|
2018-05-30 16:19:18 -04:00 |
IssueBuffer.php
|
Add an option to hide code snippets
|
2018-06-04 10:19:20 -04:00 |
Plugin.php
|
Add support for function checking plugins
|
2018-05-31 22:00:11 -04:00 |
PropertyMap.php
|
Fix property map for static call prop
|
2018-07-11 13:01:03 -04:00 |
ReferenceConstraint.php
|
Use individual type objects for each string (#757)
|
2018-05-18 11:02:50 -04:00 |
StatementsSource.php
|
Treat required files the same as the files that require them, reporting-wise
|
2018-05-30 16:19:18 -04:00 |
Type.php
|
Fix #959 - allow nullable followed by parentheses
|
2018-08-29 16:03:16 -04:00 |