.. |
Checker
|
Remove error logging
|
2018-10-30 20:55:25 -04:00 |
Codebase
|
Remove error logging
|
2018-10-30 20:55:25 -04:00 |
CodeLocation
|
Add support back for parser errors
|
2018-09-30 11:34:51 -04:00 |
Config
|
Add ability to pretend that a file has declare(strict_types=1)
|
2018-08-29 15:10:56 -04:00 |
Diff
|
Fix performance regression introduced with fix to #1039
|
2018-10-30 20:51:52 -04:00 |
Exception
|
Fix #932 - allow obvious string vars to be used for includes
|
2018-08-07 13:17:23 -04:00 |
FileManipulation
|
Fix #996 - improve handling of return type comments
|
2018-09-13 23:39:24 -04:00 |
Fork
|
Remove error_logs
|
2018-10-19 13:13:55 -04:00 |
Issue
|
Add support back for parser errors
|
2018-09-30 11:34:51 -04:00 |
LanguageServer
|
Add --disable-on-change option
|
2018-10-30 18:58:22 -04:00 |
Provider
|
Bust caches when config changes
|
2018-11-01 16:02:44 -04:00 |
Scanner
|
Fix how InvalidDocblock is treated
|
2018-11-01 17:03:08 -04:00 |
Scope
|
Improve dead code analysis of switch statements
|
2018-06-16 21:54:44 -04:00 |
Storage
|
Fix how InvalidDocblock is treated
|
2018-11-01 17:03:08 -04:00 |
Stubs
|
Fix #986 - use better return type for array_slice
|
2018-09-07 10:53:56 -04:00 |
Traverser
|
Improve performance when parsing large files with few changes
|
2018-10-26 00:59:14 -04:00 |
Type
|
Add scanning of generic classes
|
2018-10-30 13:01:01 -04:00 |
Visitor
|
Fix how InvalidDocblock is treated
|
2018-11-01 17:03:08 -04:00 |
Aliases.php
|
Refactor scanning and analysis, introducing multithreading (#191)
|
2017-07-25 16:11:02 -04:00 |
CallMap.php
|
Fixed the type of 1st parameter in odbc_fetch_object()
|
2018-10-30 09:17:48 -04:00 |
Clause.php
|
Fix issues that cause exceptions
|
2018-05-21 18:33:39 -04:00 |
Codebase.php
|
Add onchange events and symbol lookup with disabled completion
|
2018-10-26 16:17:15 -04:00 |
CodeLocation.php
|
Properly escape slashes in issue text
|
2018-11-01 12:39:48 -04:00 |
Config.php
|
Add Psalm\Config::locateConfigFile method for easier path fetching
|
2018-11-01 13:05:33 -04:00 |
Context.php
|
Don’t check methods we’ve already checked
|
2018-09-30 11:34:51 -04:00 |
ErrorBaseline.php
|
Introduce issue baseline with --set-baseline and --with-baseline
|
2018-11-01 11:16:08 -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
|
Fix how InvalidDocblock is treated
|
2018-11-01 17:03:08 -04:00 |
Plugin.php
|
Add support for function checking plugins
|
2018-05-31 22:00:11 -04:00 |
PropertyMap.php
|
Add coverage of differ, having fixed Psalm bug
|
2018-10-23 13:38:12 -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
|
Added an HTML-escaped-string meta-type for functions to return
|
2018-10-29 11:54:25 -04:00 |