Barney Laurance
|
cd673538f1
|
psalm-internal - refactor - use snake_case not camelCase
|
2019-05-14 18:54:16 -04:00 |
|
Barney Laurance
|
c35d21580f
|
psalm-return - remove unusued variable
|
2019-05-14 18:54:16 -04:00 |
|
Barney Laurance
|
cd16dc7ac3
|
psalm-internal - PHPBCBF fixes
|
2019-05-14 18:54:16 -04:00 |
|
Barney Laurance
|
fcf893d2e8
|
psalm-internal - disalow use of @psalm-internal property without setting namespace
|
2019-05-14 18:54:16 -04:00 |
|
Barney Laurance
|
7b7683bdaf
|
psalm-internal - prevent setting internal property from other namespace
|
2019-05-14 18:54:16 -04:00 |
|
Barney Laurance
|
ce5d307f83
|
psalm-internal - present fetching internal property from other namespace
|
2019-05-14 18:54:16 -04:00 |
|
Barney Laurance
|
0ebcba3e02
|
psalm-internal - prevent instantiation of class from other namespace
|
2019-05-14 18:54:16 -04:00 |
|
Barney Laurance
|
b29e041d3c
|
psalm-internal - prevent call to method marked psalm-internal from other namespace
|
2019-05-14 18:54:16 -04:00 |
|
Barney Laurance
|
059d1ef177
|
psalm-internal - prevent static call to psalm-internal class from other namespace
|
2019-05-14 18:54:16 -04:00 |
|
Barney Laurance
|
4415ef0dbd
|
psalm-internal - prevent invalid extention of class internal to other namespace
|
2019-05-14 18:54:16 -04:00 |
|
Brown
|
f1d8b1e6e7
|
Prevent extending covariant template params
Fixes #1610
|
2019-05-14 18:51:30 -04:00 |
|
Brown
|
7fbbe964cb
|
Fix #1609 - warn when using covariant template type as input
|
2019-05-14 18:17:38 -04:00 |
|
Brown
|
e7f4a52d2b
|
Use better metric for a properly mismatching type
|
2019-05-14 16:15:38 -04:00 |
|
Brown
|
30cbcb6c36
|
Add ImplementedParamTypeMismatch issue
Fixes #1633
|
2019-05-14 15:44:46 -04:00 |
|
Ilija Tovilo
|
2c36a10ac8
|
Fix #1622 - add allow-backwards-incompatible-changes flag to psalter
The flag prevents psalter from adding native return types
|
2019-05-13 17:59:31 -04:00 |
|
Matthew Brown
|
f8b4b12ec2
|
Fix #1622 - don’t update return types in docblocks when overridden elsewhere
|
2019-05-13 09:04:26 -04:00 |
|
Matthew Brown
|
9b4d841414
|
Allow return type errors to be suppressed locally
|
2019-05-13 08:54:34 -04:00 |
|
Matthew Brown
|
c6e29322c0
|
Fix unset bug
|
2019-05-13 01:35:29 -04:00 |
|
Matthew Brown
|
7c2fe53446
|
Fix #1391 - find dead code in assignments to self
|
2019-05-12 23:31:36 -04:00 |
|
Matthew Brown
|
a3a208a7c9
|
Remove unused variables
|
2019-05-12 23:13:27 -04:00 |
|
Matthew Brown
|
307cdbbbb3
|
Fix #1626 - detect dead code found in #1624
|
2019-05-12 20:49:37 -04:00 |
|
Tyson Andre
|
d4f1a4a75f
|
Remove unused variables/comment params
|
2019-05-11 22:11:38 -04:00 |
|
Brown
|
feff357a75
|
Be smarter about discovering files
|
2019-05-10 18:07:13 -04:00 |
|
Brown
|
9b75683796
|
Search better, and avoid fatal error
|
2019-05-09 19:34:38 -04:00 |
|
Brown
|
33d4888228
|
Fix #1618 - conditionally enable autocompletion for methods and properties
|
2019-05-09 11:20:13 -04:00 |
|
Brown
|
24dbc34bbe
|
Use better solution for inherited more-specific return types
|
2019-05-09 10:41:30 -04:00 |
|
Brown
|
629eeed3e6
|
Fix incorrect message when inheriting parent docblock
|
2019-05-09 10:26:06 -04:00 |
|
Brown
|
111abf82da
|
Fix #1616 - allow Psalm to output checkstyle format
|
2019-05-08 14:26:52 -04:00 |
|
Brown
|
b83f540b15
|
Prevent crash when iterator class does not exist
|
2019-05-08 11:03:47 -04:00 |
|
Matthew Brown
|
419d1da98d
|
Fix issue where iterators weren’t processed recursively
|
2019-05-08 09:04:52 -04:00 |
|
Brown
|
d7ee952084
|
Infer closure param type for array_filter/array_map
Fixes #664
|
2019-05-07 16:27:25 -04:00 |
|
Matthew Brown
|
4f8d6a50d8
|
Don’t emit MissingClosureReturnType when inside call and type can be inferred
|
2019-05-06 20:47:55 -04:00 |
|
Brown
|
fec1a60e90
|
Ref #1600 - partial fix inferring param types when none is available
|
2019-05-06 18:44:10 -04:00 |
|
Brown
|
751253ddf0
|
Fix #1603 - prevent invalid covariant template classes from being passed
|
2019-05-06 16:38:08 -04:00 |
|
Brown
|
640c1d13a6
|
Fix unused variables now found in Psalm’s code
|
2019-05-02 17:21:23 -04:00 |
|
Brown
|
08bf101f48
|
Fix #1598, catching unused variables followed by try inside loop
|
2019-05-02 17:21:02 -04:00 |
|
Brown
|
86bf159bd0
|
Avoid false positive for param
|
2019-05-02 15:33:47 -04:00 |
|
Brown
|
4f26c8d749
|
Fix #1597 - ternary else should only know about first conditional expression
|
2019-05-02 13:43:18 -04:00 |
|
Matthew Brown
|
ae531506de
|
Fix #1591 - allow variable typed to string to be compared to literal in reverse order
|
2019-05-02 00:50:35 -04:00 |
|
Matthew Brown
|
fbe10c1a1f
|
Don’t allow empty coercion on generic type params
Fixes #1590
|
2019-05-02 00:19:56 -04:00 |
|
Matthew Brown
|
cacced782d
|
Fix #1592 - allow methods with a simple exit to have the same treatment as those with a simple throw
|
2019-05-01 23:45:03 -04:00 |
|
Matthew Brown
|
0fe378a467
|
Fix #1593 - still inherit more specific docblock from parent when parent has no signature return
|
2019-05-01 23:14:22 -04:00 |
|
Brown
|
d53ba0b826
|
Improve message
|
2019-04-30 13:26:11 -04:00 |
|
Brown
|
2fe5a72ab7
|
Fix #1586 - allow use of --find-unused-code as alternative to --find-dead-code
|
2019-04-30 13:23:18 -04:00 |
|
bugreportuser
|
1c160dab13
|
Fix typo in isAtomicContainedBy
|
2019-04-30 00:52:56 -04:00 |
|
Brown
|
b6e9fba8e6
|
Track method param uses between diff runs
|
2019-04-29 17:29:38 -04:00 |
|
Brown
|
f760ab6707
|
Add better reporting for errors
|
2019-04-29 12:07:34 -04:00 |
|
Matthew Brown
|
e08944cae0
|
Allow diff mode with --find-dead-code
|
2019-04-27 17:38:24 -04:00 |
|
Matthew Brown
|
59e53acd56
|
Fix new template class array key coercion to mixed - when we don’t know, assume bottom type
|
2019-04-26 07:54:21 -04:00 |
|
Tyson Andre
|
dbcedd300b
|
Fix error messages for $boolVar !== null
Seen for this example:
$b = rand() % 2 > 0;
if ($b !== null) { ... }
|
2019-04-26 00:19:46 -04:00 |
|