Matt Brown
|
cbfebb7a69
|
Fix #971 - be more robust in face of duplicate classes
|
2018-09-04 14:34:14 -04:00 |
|
Matt Brown
|
681b5fb4a5
|
Fix #970 - improve handling of yield from statements
|
2018-09-04 13:29:35 -04:00 |
|
Matthew Brown
|
3e69a333c9
|
Prevent fatal error with function_exists after autoloading
|
2018-08-29 20:54:48 -04:00 |
|
Matt Brown
|
17ea48eda4
|
Add ability to pretend that a file has declare(strict_types=1)
|
2018-08-29 15:10:56 -04:00 |
|
Matt Brown
|
f844f86a6c
|
Improve type coercion checks in strict mode
|
2018-08-28 17:42:39 -04:00 |
|
Matt Brown
|
1037485a60
|
Convert InvalidScalarArgument to InvalidArgument when declare(strict_types=1) is set
|
2018-08-28 12:37:25 -04:00 |
|
Matt Brown
|
cb63f4f70f
|
Add support for checking DeprecatedTrait and DeprecatedConstant
|
2018-08-10 13:25:25 -04:00 |
|
Matt Brown
|
226aa27686
|
Fix issue resolving namespaced constants
|
2018-08-08 16:13:37 -04:00 |
|
Matthew Brown
|
4de33e509b
|
Fix linting issues
|
2018-07-21 22:55:16 -04:00 |
|
Matthew Brown
|
cc28ff7ad6
|
Fix #904 - scan all docblocks for possible @psalm-type annotations
|
2018-07-21 22:24:33 -04:00 |
|
Matthew Brown
|
c97329da06
|
Fix #903 - make sure parent::foo is executed in context of method’s class
and not immediate parent
|
2018-07-21 20:01:58 -04:00 |
|
Matthew Brown
|
e836f69ca2
|
Fix #502 - check for bad generator return in more places
|
2018-07-15 17:47:58 -04:00 |
|
Matthew Brown
|
1e54c61fde
|
Fix #18 - add support for @psalm-type
|
2018-07-15 17:23:17 -04:00 |
|
Matthew Brown
|
d41a9a8dcc
|
Fix #806 - allow specification of functions and static methods that exit
|
2018-07-12 23:26:08 -04:00 |
|
Matthew Brown
|
8a4d7e12bd
|
Fix issues found by scanning PHPCS
|
2018-07-05 23:02:09 -04:00 |
|
Matthew Brown
|
5cb23b7f47
|
Always scan class if autoloaded from same location
|
2018-07-04 15:33:48 -04:00 |
|
Matthew Brown
|
6090355241
|
Add possible fix for unevaluated classlikes
|
2018-07-04 14:32:58 -04:00 |
|
Matthew Brown
|
16e270f0ee
|
Improve loading of stub file and autoload file information
Ref #849
|
2018-06-30 15:29:37 -04:00 |
|
Matt Brown
|
1ca5ef9bf7
|
Prevent duplicate classes in same file
|
2018-06-29 15:39:17 -04:00 |
|
Matt Brown
|
7dc982138d
|
Fix possibly null DuplicateClass issue
|
2018-06-29 15:31:17 -04:00 |
|
Matt Brown
|
89cc63846f
|
Improve handling of autoloaded files
Fixes #848
|
2018-06-29 15:28:45 -04:00 |
|
Matthew Brown
|
ce1fda46a6
|
Fix hard-to-resolve constant values
|
2018-06-27 21:53:25 -04:00 |
|
Matthew Brown
|
e3ae1bf26f
|
Fix #15 - check for uncaught throws if config flag is set
|
2018-06-22 01:13:49 -04:00 |
|
Matt Brown
|
11240eb193
|
Fix #826 allow better template replacements
|
2018-06-19 13:19:41 -04:00 |
|
Matt Brown
|
47a40b2ffc
|
Fix #817 - allow methods named "global" in @method annotations
|
2018-06-14 17:20:02 -04:00 |
|
Matthew Brown
|
dfc32216b3
|
Fix #800 - treat array access offsets as mixed for reconciliation purposes
|
2018-06-08 09:31:21 -04:00 |
|
Matthew Brown
|
c1586ee347
|
Remove union types in magic methods for now
|
2018-06-07 19:56:28 -04:00 |
|
Matt Brown
|
f030f4f40d
|
Allow docblock types to be merged with param default ones
|
2018-06-07 12:23:21 -04:00 |
|
Matt Brown
|
51e7042022
|
Fix #789 - allow union types in @method params
|
2018-06-05 17:59:32 -04:00 |
|
Matthew Brown
|
53bfafa02a
|
Make sure that ignoreFiles files never appear in errors
|
2018-06-04 00:15:28 -04:00 |
|
Matthew Brown
|
5ea7196d3f
|
Skip bad param type in @method docblock
|
2018-06-03 22:13:19 -04:00 |
|
Matthew Brown
|
b47d732993
|
Fix to support PHP Parser 4.0.2
|
2018-06-03 10:05:50 -04:00 |
|
Matthew Brown
|
8107587929
|
Always hoist constants if in config
|
2018-06-03 09:13:14 -04:00 |
|
Matthew Brown
|
72f65cf544
|
Fix global tests
|
2018-05-30 22:56:46 -04:00 |
|
Matthew Brown
|
6b8e019a07
|
Bleed global variables declared in functions into main context
|
2018-05-30 22:09:46 -04:00 |
|
Matt Brown
|
549e90eca4
|
Treat required files the same as the files that require them, reporting-wise
|
2018-05-30 16:19:18 -04:00 |
|
Matt Brown
|
68dbe509a8
|
Fix #731 - report issues in files required by the source
|
2018-05-30 12:23:53 -04:00 |
|
Matt Brown
|
14f3f7a998
|
Fix #763 - always force rescanning of files if issues were found first time around
|
2018-05-29 10:13:26 -04:00 |
|
Matt Brown
|
d55afc1fb1
|
Fix #779 - allow docblock to take on nullablility of typehint
|
2018-05-29 09:44:38 -04:00 |
|
Matthew Brown
|
81ae1ca222
|
Fix #747 - allow Generator to replace Traversable in templated params
|
2018-05-28 22:26:43 +01:00 |
|
Matthew Brown
|
d98261507f
|
Fix #769 - add @psalm-assert and @psalm-assert-if-true annotation support
|
2018-05-28 20:07:42 +01:00 |
|
Matthew Brown
|
62486c1adb
|
Fix #772 - allow closures to be defined on a single line
|
2018-05-25 18:42:39 +01:00 |
|
Matthew Brown
|
c217849737
|
Improve handling of projects that use include/require heavily
|
2018-05-22 23:39:01 -04:00 |
|
Matt Brown
|
9de5e1406d
|
Fix class casing issue when scanning ::class constants
|
2018-05-22 11:59:57 -04:00 |
|
Matthew Brown
|
6250c2a14c
|
Fix #16 - add support for enums
|
2018-05-20 17:19:53 -04:00 |
|
Matthew Brown
|
dbc0e6dfcb
|
Use arrays instead of strings for assertions
|
2018-05-12 19:38:43 -04:00 |
|
Matt Brown
|
5c0f4a999c
|
Move a bunch of classes to better places
|
2018-05-11 18:35:02 -04:00 |
|
Matt Brown
|
92bb22ccca
|
Fix misfire with similarly named class constants
|
2018-05-10 14:12:50 -04:00 |
|
Matthew Brown
|
61aeea6375
|
Fix whole bunches of things
|
2018-05-07 01:26:06 -04:00 |
|
Matt Brown
|
6b3759a266
|
Fix #699 - prevent stubs from overriding known functions
|
2018-04-27 15:00:22 -04:00 |
|