Bruce Weirdan
|
65f0fb0288
|
Allow multiple version-dependent method stubs (#5337)
Fixed vimeo/psalm#4836
|
2021-03-06 17:18:51 -05:00 |
|
Matt Brown
|
c97ee5ccdb
|
Fix #5258 - allow ReflectionParameeter::hasType() to inform getType() return
|
2021-03-06 16:54:23 -05:00 |
|
Matt Brown
|
ca331f5afa
|
Consolidate assertion sanitisation
|
2021-03-06 16:43:11 -05:00 |
|
Matt Brown
|
c05a3ea073
|
Break up CoreGenericClasses
|
2021-03-06 16:05:14 -05:00 |
|
Bruce Weirdan
|
beca4a127f
|
Suppress test issues with Symony functions used with ::class constant (#5335)
These appeared in symfony/symfony#40203
|
2021-03-06 15:29:15 -05:00 |
|
Matt Brown
|
96e0743892
|
Fix #5325 – remove all memoised methods when calling a method with property mutations
|
2021-03-05 00:39:25 -05:00 |
|
Erik Booij
|
7793d4bec0
|
Update mysql_connect_error() return type definition (#5323)
|
2021-03-05 00:09:00 -05:00 |
|
Sergei Morozov
|
9bde1d9107
|
Fix PDOStatement::fetchAll() return type (#5317)
|
2021-03-05 00:08:42 -05:00 |
|
Matt Brown
|
4c65d3b424
|
Fix #5310 - allow iterable coercion from generic object
|
2021-03-03 00:13:00 -05:00 |
|
Bruce Weirdan
|
a284933c43
|
Be even less quiet about git errors (#5309)
|
2021-03-02 22:25:37 -05:00 |
|
Bruce Weirdan
|
841efbdfaf
|
Make WeakMap generic (#5313)
|
2021-03-02 22:25:19 -05:00 |
|
Sergei Morozov
|
594ef4fdbf
|
Fix mysqli_init() return type (#5306)
|
2021-03-01 22:50:11 -05:00 |
|
Bruce Weirdan
|
217b49a8a8
|
Fix suppressed phar build error (#5304)
This fixes the log noise due to `cp` syntax error. Possibly it will also
cause phar signatures to be available on `psalm/phar`.
|
2021-03-01 22:49:52 -05:00 |
|
Ilija Tovilo
|
27e7fb554a
|
Fix gd CallMap for PHP 8 (#5271)
|
2021-03-01 11:23:45 -05:00 |
|
|
404db2bb1a
|
Fix JSON reports with long UTF8 strings (#5300)
* Fix JSON reports with long UTF8 strings
* CS fix
* UTF8-safe snippets
|
2021-03-01 11:23:21 -05:00 |
|
Matthew Brown
|
ad8c04ce17
|
Add section about verifiable docblocks
|
2021-03-01 00:14:24 -05:00 |
|
Matthew Brown
|
1c6a966e40
|
Remove heading for non-existent annotation
|
2021-03-01 00:03:59 -05:00 |
|
Matt Brown
|
f5ed12f038
|
Fix tests by removing references
|
2021-02-28 23:58:21 -05:00 |
|
Matthew Brown
|
3e3a44b479
|
Update philosophy.md
|
2021-02-28 15:09:19 -05:00 |
|
Matthew Brown
|
a1be12886e
|
More thoughts
|
2021-02-28 14:57:49 -05:00 |
|
Matthew Brown
|
21742497d6
|
Add header
|
2021-02-28 14:49:53 -05:00 |
|
Matthew Brown
|
073c73e700
|
Update philosophy.md
|
2021-02-28 14:46:02 -05:00 |
|
Matthew Brown
|
f074be9df2
|
Update philosophy.md
|
2021-02-28 14:43:55 -05:00 |
|
Matthew Brown
|
21306848dc
|
Update philosophy.md
|
2021-02-28 14:41:54 -05:00 |
|
Matthew Brown
|
0920e46f5e
|
Fix links
|
2021-02-28 14:38:55 -05:00 |
|
Matthew Brown
|
e6d9791544
|
Update philosophy.md
|
2021-02-28 14:35:14 -05:00 |
|
Matthew Brown
|
9eea78bf60
|
More link fixes
|
2021-02-28 14:34:59 -05:00 |
|
Matthew Brown
|
a73fd8ca6d
|
fix link
|
2021-02-28 14:34:14 -05:00 |
|
Matthew Brown
|
be1e6949b8
|
Numbers are lame
|
2021-02-28 14:32:48 -05:00 |
|
Matthew Brown
|
4147d96881
|
Update philosophy.md
|
2021-02-28 14:32:10 -05:00 |
|
Matthew Brown
|
544a6f3b6c
|
Fix nesting
|
2021-02-28 14:09:19 -05:00 |
|
Matthew Brown
|
fafa584ad3
|
Add link to philosophy doc
|
2021-02-28 14:04:33 -05:00 |
|
Matthew Brown
|
26338350d9
|
Update philosophy.md
|
2021-02-28 14:02:18 -05:00 |
|
Matthew Brown
|
ca57e80e30
|
Add philosophy doc
|
2021-02-28 13:58:32 -05:00 |
|
Matt Brown
|
3f4bb25a35
|
Simplify reference map updates
|
2021-02-28 10:36:36 -05:00 |
|
Matt Brown
|
8b5898029d
|
Add more tests for robustness
|
2021-02-28 10:36:18 -05:00 |
|
Matt Brown
|
ad82c93edb
|
Fix #5297 - be more sensitive to additions and deletions in language server mode
|
2021-02-28 01:36:06 -05:00 |
|
Matt Brown
|
7db742dee3
|
Fix #5295 - offer static methods for completion too in instance mode
|
2021-02-27 11:36:19 -05:00 |
|
Matt Brown
|
44f8d71e72
|
Fix #5290 - improve inference of nested class-string template types
|
2021-02-27 01:00:05 -05:00 |
|
Matt Brown
|
216e500ea6
|
Fix copy/paste error
|
2021-02-27 00:56:01 -05:00 |
|
Matt Brown
|
98eb40c4ca
|
Improve unwrapping inference in nested templates
Ref #5290
|
2021-02-27 00:22:31 -05:00 |
|
Matt Brown
|
92c12d5a38
|
Separate out some nested template tests
|
2021-02-26 16:05:46 -05:00 |
|
Matt Brown
|
bca09d74ad
|
Fix style issues
|
2021-02-25 21:24:18 -05:00 |
|
Matt Brown
|
474ebf912e
|
Fix #5229 - new SomeTemplatedClass should expand out params even if none passed
|
2021-02-25 21:20:05 -05:00 |
|
Matt Brown
|
d4841993b2
|
Fix #5279 - don’t convert get_class($templated) into dependent type
|
2021-02-25 18:43:04 -05:00 |
|
Matt Brown
|
b2c35834ff
|
Remove mistakenly-duplicated code for get_* functions
|
2021-02-25 18:40:05 -05:00 |
|
Matt Brown
|
924f6b6f94
|
Propagate mutation removal up the context parent tree
Fixes #5231
|
2021-02-25 18:11:58 -05:00 |
|
elnoro
|
71064cf258
|
fixed typo in contributing/index.md (#5281)
|
2021-02-25 17:43:21 -05:00 |
|
Maximilian Bösing
|
5169bd735e
|
bugfix: do not throw ConfigException when missing files are allowed (#5280)
Signed-off-by: Maximilian Bösing <2189546+boesing@users.noreply.github.com>
|
2021-02-25 17:43:02 -05:00 |
|
elnoro
|
fff32d0443
|
added test for multiline templates (#5282)
|
2021-02-25 17:42:20 -05:00 |
|