orklah
|
45c6189190
|
restore str_split as a list (#4694)
|
2020-11-24 15:01:46 -05:00 |
|
Matt Brown
|
27b7de285e
|
Fix some stubs
|
2020-11-24 10:44:33 -05:00 |
|
Lukas Reschke
|
7ac42551de
|
Add some more flows (#4659)
* Add some more flows
- Adds all relevant JSON flows https://www.php.net/manual/en/ref.json.php
- Adds all relevant misc flows https://www.php.net/manual/en/ref.misc.php
- Adds a small subset of URL flows https://www.php.net/manual/en/ref.url.php
* Update CoreGenericFunctions.phpstub
|
2020-11-22 12:09:55 -05:00 |
|
Lukas Reschke
|
3943b55f8a
|
Add psalm-flow for string functions from sscanf to wordwrap (#4591)
* Add string functions from sscanf to wordwrap
This should conclude all string functions from https://www.php.net/manual/en/book.strings.php
Continuation of https://github.com/vimeo/psalm/pull/4576
Ref https://github.com/vimeo/psalm/issues/3636
* Add StrTrReturnTypeProvider
* Fix psalm error
* phpcs
* Line length
* Ignore false return on vsprintf
Co-authored-by: Matthew Brown <github@muglug.com>
|
2020-11-21 17:35:07 -05:00 |
|
Lukas Reschke
|
ddbfbb28e6
|
Split LDAP into custom category (#4604)
- Adds ldap_escape as sanitizer
- Defines the right parameters to ldap_search as sink
- Wrote documentation
- Added tests
|
2020-11-18 11:39:36 -05:00 |
|
Michael Stilkerich
|
fec51eac8d
|
Stub for preg_filter (#4587)
|
2020-11-17 15:15:29 -05:00 |
|
Matt Brown
|
fda2377812
|
Fix #4578 - replace number type in ext-ds stubs
|
2020-11-16 21:50:23 -05:00 |
|
Matt Brown
|
42802e11d1
|
Allow PHP major version to determine substr return type
|
2020-11-16 16:31:33 -05:00 |
|
Lukas Reschke
|
6780b01453
|
Add more Psalm flows for string functions (#4576)
This adds string functions from
https://www.php.net/manual/en/ref.strings.php
This commit adds the flows for functions from "addcslashes" to "sprintf".
More are to follow in later commits.
Ref #3636
|
2020-11-16 15:50:07 -05:00 |
|
Matt Brown
|
e97a9c86eb
|
Fix #4517 - track type contradiction issues in match expressions
|
2020-11-09 10:00:53 -05:00 |
|
Matt Brown
|
114440cb81
|
Add ReflectionUnionType stub
|
2020-11-08 14:22:32 -05:00 |
|
Matt Brown
|
e9dd16f336
|
Fix #4481 - ReflectionProperty implements Reflector
|
2020-11-05 09:29:20 -05:00 |
|
Matt Brown
|
938cebc9f8
|
Use better inference for getAttributes return type
Fixes #4367
|
2020-10-30 17:37:16 -04:00 |
|
Matt Brown
|
579327a470
|
Detect when targets are incorrectly targeted
|
2020-10-30 13:28:45 -04:00 |
|
Matt Brown
|
4ea87b9054
|
Add support for int-mask<...> and int-mask-of<...>
|
2020-10-30 13:28:45 -04:00 |
|
Jáchym Toušek
|
8929bde535
|
Add psalm-mutation-free to ext-ds (#4425)
* Add psalm-mutation-free to ext-ds
* Update ext-ds.php
* Update stubs/ext-ds.php
Co-authored-by: Jáchym Toušek <enumag@gmail.com>
Co-authored-by: Matthew Brown <github@muglug.com>
|
2020-10-29 19:55:10 -04:00 |
|
Matt Brown
|
438bcc6ab7
|
Use softer return
|
2020-10-29 16:14:16 -04:00 |
|
Matt Brown
|
0344ff6858
|
Add polyfill for Stringable interface
|
2020-10-28 00:55:53 -04:00 |
|
Simon Podlipsky
|
6bbf06f7cc
|
Fix preg_match_all param name (#4416)
|
2020-10-26 11:53:03 -04:00 |
|
Benjamin Morel
|
b01c56f1ef
|
Ds\Queue & Ds\Set implement ArrayAccess as well (#4415)
|
2020-10-25 21:16:12 -04:00 |
|
Matt Brown
|
5cda754a9c
|
Remove stubs with variadic middle params
Fixees #4377
|
2020-10-25 21:07:13 -04:00 |
|
Benjamin Morel
|
b4c7b66ccc
|
Document ArrayAccess in PHP-DS (#4401)
|
2020-10-22 20:28:39 -04:00 |
|
orklah
|
6aa4f17cb7
|
changing the templates order to match existing stub in PHPStan (#4332)
|
2020-10-14 20:01:25 -04:00 |
|
Marcus Bointon
|
e172e88274
|
Fix preg_match_all stub (#4325)
* preg_match_all can return false
* Test for preg_match_all returning false
* Fix test
* Add @psalm-ignore-falsable-return
|
2020-10-14 19:59:07 -04:00 |
|
Pol Dellaiera
|
446a833d18
|
CachingIterator - Add forgotten constructor parameter. (#4322)
Signed-off-by: Pol Dellaiera <pol.dellaiera@protonmail.com>
|
2020-10-13 11:48:37 -04:00 |
|
Pol Dellaiera
|
31c924c314
|
Add more standard iterators (#4320)
* Add CachingIterator, LimitIterator, InfiniteIterator, CallbackFilterIterator, NoRewindIterator.
Signed-off-by: Pol Dellaiera <pol.dellaiera@protonmail.com>
* Add related Iterator tests.
Signed-off-by: Pol Dellaiera <pol.dellaiera@protonmail.com>
|
2020-10-13 11:35:49 -04:00 |
|
Matt Brown
|
bb7d7132f7
|
Do arithmetic for preg_split arguments
|
2020-10-12 20:26:02 -04:00 |
|
Matt Brown
|
2ac2da6079
|
Improve preg_split return more
|
2020-10-12 19:16:48 -04:00 |
|
Matt Brown
|
f83b50460a
|
Add better return type for preg_split
|
2020-10-12 13:04:28 -04:00 |
|
Matt Brown
|
f3b05f5ab5
|
Move static code out of src
|
2020-10-12 00:59:19 -04:00 |
|