Matt Brown
|
b2b2572e4d
|
Fix #478 - allow is_a checks with string arg
|
2018-01-30 16:45:29 -05:00 |
|
Matthew Brown
|
952479fbc0
|
Add newline
|
2018-01-30 11:31:46 -05:00 |
|
Matthew Brown
|
10377ca0d3
|
Add changes from @nickr
|
2018-01-30 11:31:17 -05:00 |
|
Matthew Brown
|
6b4fb62d0d
|
Fix links
|
2018-01-30 00:17:07 -05:00 |
|
Matthew Brown
|
06ce55b338
|
Add supported annotations docs
|
2018-01-30 00:14:36 -05:00 |
|
Matthew Brown
|
6c38b2fdfe
|
Fix #348 - don’t warn about a little contravariance
|
2018-01-29 22:29:49 -05:00 |
|
Matt Brown
|
c7b2ae4e0e
|
Fix do while nullability issue
|
2018-01-29 17:18:03 -05:00 |
|
Matt Brown
|
5200a25efa
|
Fix #477 - make sure that isset applies to property object
|
2018-01-29 15:47:25 -05:00 |
|
Matt Brown
|
8ad863614c
|
Don’t add unnecessary space between paras
|
2018-01-29 13:42:04 -05:00 |
|
Matt Brown
|
4099bf24ce
|
Make sure new $class args are always evaluated
|
2018-01-29 12:22:50 -05:00 |
|
Matt Brown
|
66c8637b5b
|
Fix unused code checks for possibly undefined vars
|
2018-01-29 12:13:44 -05:00 |
|
Matthew Brown
|
d728bbb295
|
Disable coveralls on all but the PHP 7.2 build
|
2018-01-29 01:09:09 -05:00 |
|
Matthew Brown
|
07788076e7
|
Require all new issues to be documented
|
2018-01-29 00:39:21 -05:00 |
|
Matthew Brown
|
c4be89bf37
|
Validate docs by running code through them
|
2018-01-28 23:41:11 -05:00 |
|
Matthew Brown
|
6bfb27165d
|
Check property defaults again
|
2018-01-28 21:43:26 -05:00 |
|
Matthew Brown
|
3482ee3b39
|
Split UntypedParam into MissingParamType and MissingClosureParamType
|
2018-01-28 20:03:47 -05:00 |
|
Matthew Brown
|
1c34dbe289
|
Fix erroneous treatment of finally blocks after return in try
Fixes #473
|
2018-01-28 19:02:31 -05:00 |
|
Matthew Brown
|
b68611c156
|
Fix #474 - change text colour of info text
|
2018-01-28 18:44:58 -05:00 |
|
Matthew Brown
|
e0fa3adb6f
|
Split up CallChecker to speed up Psalm
|
2018-01-28 18:29:38 -05:00 |
|
Matthew Brown
|
ed5245bc47
|
Go easy on unknown invocations
|
2018-01-28 18:13:38 -05:00 |
|
Matthew Brown
|
44b8b22995
|
Improve checks for unused variables and params
|
2018-01-28 17:28:34 -05:00 |
|
Matthew Brown
|
4a672fade8
|
Add a couple of optimisations suggested by Scrutinizer
|
2018-01-28 17:26:09 -05:00 |
|
Matthew Brown
|
8b740110f4
|
Remove more ? from docblocks
|
2018-01-28 17:07:09 -05:00 |
|
Matthew Brown
|
7ce053bd8a
|
Make docblocks sligtly more phpdoc-compatible
|
2018-01-28 16:52:57 -05:00 |
|
Matthew Brown
|
42f3f14290
|
Ignore tests and stub files
|
2018-01-28 16:43:42 -05:00 |
|
Matthew Brown
|
e625de2b92
|
Actually use new analysis engine
|
2018-01-28 16:16:55 -05:00 |
|
Matthew Brown
|
eb2870562b
|
Remove last two that Psalm found
|
2018-01-28 16:06:42 -05:00 |
|
Matthew Brown
|
8799b856cb
|
Add a couple more unused code locations
|
2018-01-28 13:50:41 -05:00 |
|
Matthew Brown
|
0cf8bb435f
|
Remove more unused code found by Psalm
|
2018-01-28 13:46:18 -05:00 |
|
Matthew Brown
|
8fd0b120df
|
Fix test config loading
|
2018-01-28 12:46:58 -05:00 |
|
Matthew Brown
|
dd32452d90
|
Remove more dead code found by Psalm
|
2018-01-28 12:43:19 -05:00 |
|
Matthew Brown
|
59cdc5494f
|
Remove unused list vars
|
2018-01-28 12:29:14 -05:00 |
|
Matthew Brown
|
f628187de9
|
Remove dead code found by improved Psalm checks
|
2018-01-28 12:01:51 -05:00 |
|
Matt Brown
|
2d8468cb49
|
Allow interface to extend travserable and pass iterable test
|
2018-01-26 14:08:45 -05:00 |
|
Matt Brown
|
576f835858
|
Exit early if key does not exist
|
2018-01-26 13:56:53 -05:00 |
|
Matt Brown
|
a2d11cce51
|
Fix static/self return type handling
|
2018-01-26 13:51:00 -05:00 |
|
Matt Brown
|
b333e90fee
|
Fix casing of duplicate interface method check
|
2018-01-26 12:00:02 -05:00 |
|
Matt Brown
|
1320b6dd54
|
Fix #472 - inherit interface method docblocks if defined just once
|
2018-01-26 11:50:29 -05:00 |
|
Matt Brown
|
5e0a8c4339
|
Inherit correct self return type
|
2018-01-26 10:59:30 -05:00 |
|
Matt Brown
|
62401f15fd
|
Prevent finding unused classes and methods when multithreaded
|
2018-01-25 15:40:01 -05:00 |
|
Matt Brown
|
5a4b240dc8
|
Prevent class references from being checked when running multithreaded
|
2018-01-25 15:36:02 -05:00 |
|
Matt Brown
|
d0de1ea641
|
Only check class references if we have all available data
|
2018-01-25 15:11:44 -05:00 |
|
Matt Brown
|
75fd14c492
|
Fix long line
|
2018-01-25 14:19:22 -05:00 |
|
Matt Brown
|
450618cc35
|
Treat do expression as statements plus loop
|
2018-01-25 13:46:17 -05:00 |
|
Matt Brown
|
1a2d13ae32
|
Ignore falsable issues from core functions
|
2018-01-25 13:07:36 -05:00 |
|
Matt Brown
|
d67f1e3c28
|
Fix #252 - allow custom vendor directory
|
2018-01-25 11:32:54 -05:00 |
|
Matt Brown
|
cf7c5c2a0d
|
Fix #470 - follow vendor directory symlinks
|
2018-01-25 11:07:16 -05:00 |
|
Matt Brown
|
127c743906
|
Fix #471 - assign static class const to mixed
|
2018-01-25 10:47:15 -05:00 |
|
Matthew Brown
|
ea28ee709d
|
Improve unused variable detection slightly
|
2018-01-25 01:04:26 -05:00 |
|
Matthew Brown
|
3b55ea5a00
|
Use new Scrutinizer analysis engine
|
2018-01-24 21:03:22 -05:00 |
|