Brown
|
c5ef2516b5
|
Fix #2150 - add detection for unnecessary @var annotations
And also remove them from codebase
|
2019-09-19 11:59:43 -04:00 |
|
Matthew Brown
|
9ad6c36d9b
|
Conditionally verify that array offsets exist (#2147)
* Check array offsets idea
* Clean up some issues
* Add a few light fixes
* Add docs
|
2019-09-18 14:21:06 -04:00 |
|
SignpostMarv
|
96429ff94f
|
apply pretty formatting when there are no issues (#1946)
|
2019-07-13 13:44:15 -04:00 |
|
Brown
|
73b1571bd7
|
Remove php version from default baseline generation
|
2019-07-11 10:41:44 -04:00 |
|
Matthew Brown
|
11fbc15372
|
Fix missing class
|
2019-07-05 16:30:51 -04:00 |
|
Matthew Brown
|
da42be175f
|
Apply PHPCS fixes
Fixes #1880
|
2019-07-05 16:27:53 -04:00 |
|
SignpostMarv
|
fe797580e2
|
using regex to reformat the opening attributes for cleaner git diffs (#1884)
* using regex to reformat the opening attributes for cleaner git diffs
* satisfy phpcs
* preg_replace_callback can return null
* typehint parameter $matches
* Simplify passed docblock
* Change is_null to strict null comparison
|
2019-07-05 15:40:46 -04:00 |
|
Mikko Pesari
|
3c61b17843
|
Exit with error status on baseline read errors (#1866)
|
2019-06-28 10:49:57 -04:00 |
|
LeSuisse
|
f29826b958
|
Fully qualify constants and function calls (#1849)
This should give a small performance boost.
Part of #1837.
The change is enforced via phpcs and can be autofixed
with phpcbf.
|
2019-06-26 16:52:29 -04:00 |
|
SignpostMarv
|
de881767a5
|
adding php & extension version info to baseline file to track changes in execution environment when baselines are added to vcs (#1804)
|
2019-06-17 16:43:54 -04:00 |
|
Matthew Brown
|
3a5a347b0b
|
Fix #1747 - be tolerant of slash differences in baseline
|
2019-06-09 10:30:14 -04:00 |
|
Erik Booij
|
a1a9555f93
|
Write Psalm version to baseline
|
2019-05-24 09:58:30 -04:00 |
|
Brown
|
be5a262deb
|
Add better handling for non-edge-case function calls
|
2019-04-11 14:53:21 -04:00 |
|
Brown
|
97f53a6486
|
@voku’s fixes for issues found by their callmap update
|
2019-04-11 11:02:46 -04:00 |
|
Maria Luiza Soares
|
5bd16c686f
|
Show total fixed errors when updating baseline
|
2019-02-09 11:20:48 -05:00 |
|
Matthew Brown
|
27687244f0
|
Normalise baseline file slashes
Fixes #1192
|
2019-01-10 00:10:16 -05:00 |
|
Matthew Brown
|
4688b25fd9
|
Move internal classes to own namespace
|
2018-11-12 11:20:59 -05:00 |
|
Matthew Brown
|
10a5271012
|
Remove blank line
|
2018-11-09 08:53:03 -05:00 |
|
Matthew Brown
|
e5c628f7df
|
Fix 7.0-incompatible code
|
2018-11-09 08:43:17 -05:00 |
|
Matthew Brown
|
f2f8edef20
|
Fix #1062 - improve handling of baseline messaging
|
2018-11-09 00:47:43 -05:00 |
|
Erik Booij
|
635410ea41
|
Introduce issue baseline with --set-baseline and --with-baseline
|
2018-11-01 11:16:08 -04:00 |
|