orklah
|
347a1c21d4
|
Merge pull request #8601 from pchapl/fix-docs-syntax
Docs: Fix minor php syntax issues in code examples
|
2022-10-19 20:11:42 +02:00 |
|
|
34a0f2b0c7
|
Merge branch 'master' into fix_8560
|
2022-10-19 19:44:04 +02:00 |
|
orklah
|
e52b712bf0
|
Merge pull request #8525 from Nicelocal/immutable_readonly_3
Immutable readonly atomics
|
2022-10-19 18:57:31 +02:00 |
|
Pavel Chaplygin
|
48da8342ad
|
Docs: Fix minor php syntax issues in code examples
|
2022-10-18 14:57:50 +03:00 |
|
orklah
|
e8e8777561
|
Merge pull request #8592 from gphargreaves/#7810/improve-reflection-stubs
#7810/improve reflection stubs
|
2022-10-18 00:09:06 +02:00 |
|
orklah
|
48b8efde99
|
Merge pull request #8584 from boesing/feature/8521
Enhance type detection for internal php functions `key`, `current`, `end` and `reset`
|
2022-10-18 00:07:13 +02:00 |
|
orklah
|
4025ce7a30
|
Merge pull request #8600 from kkmuffme/fix-wrong-phpversion-id
fix wrong php version id in $_FILES
|
2022-10-17 23:58:25 +02:00 |
|
kkmuffme
|
41fbb14586
|
fix wrong php version id in $_FILES
|
2022-10-17 23:05:50 +02:00 |
|
Maximilian Bösing
|
eb6bbfb3b5
|
qa: remove redundant check as !empty already ensures that key does not return null
Signed-off-by: Maximilian Bösing <2189546+boesing@users.noreply.github.com>
|
2022-10-17 20:38:34 +02:00 |
|
|
03f234456d
|
Fix
|
2022-10-17 20:31:11 +02:00 |
|
|
c9ff8c2c67
|
Prevent re-resolution of static
|
2022-10-17 20:31:11 +02:00 |
|
|
abb0e2e3f9
|
Fix #8560
|
2022-10-17 20:31:11 +02:00 |
|
Maximilian Bösing
|
7f35bff0d9
|
feature: enhance type detection for internal php functions key , current , end and reset
Signed-off-by: Maximilian Bösing <2189546+boesing@users.noreply.github.com>
|
2022-10-17 20:24:40 +02:00 |
|
orklah
|
212281dbcd
|
Merge pull request #8591 from Nicelocal/merge_4.x
Merge 4.x
|
2022-10-17 20:16:37 +02:00 |
|
kkmuffme
|
2c47d06968
|
fix tests
|
2022-10-17 16:25:43 +02:00 |
|
kkmuffme
|
25b01ce3a3
|
ensure callbacks have the required number of params
Fix https://github.com/vimeo/psalm/issues/8593
|
2022-10-17 16:03:55 +02:00 |
|
|
3b3afd5369
|
Fixes
|
2022-10-17 13:10:12 +02:00 |
|
|
7b6e09afc9
|
Merge branch 'merge_4.x' into immutable_readonly_3
|
2022-10-17 12:58:41 +02:00 |
|
|
56805ab089
|
Fix
|
2022-10-17 12:54:46 +02:00 |
|
|
5427835fa5
|
Re-apply changes manually
|
2022-10-17 12:46:12 +02:00 |
|
|
15f5c593a7
|
Fix
|
2022-10-17 12:40:50 +02:00 |
|
|
1abade3c30
|
Skip
|
2022-10-17 12:14:07 +02:00 |
|
|
150be5ca22
|
Update
|
2022-10-17 10:45:18 +02:00 |
|
|
8d4d0c0e4a
|
Fixes
|
2022-10-17 10:33:33 +02:00 |
|
|
53e3889745
|
Fixes
|
2022-10-17 10:21:26 +02:00 |
|
Greg Hargreaves
|
45bb58ebfa
|
Add stub for reflection property isReadOnly
|
2022-10-17 00:46:19 +01:00 |
|
Greg Hargreaves
|
ea39a6e674
|
Fixes #7810
|
2022-10-17 00:33:26 +01:00 |
|
|
f816c06331
|
Fix
|
2022-10-16 14:39:34 +02:00 |
|
|
8518372cad
|
Fixes
|
2022-10-16 14:23:31 +02:00 |
|
|
34000ca90d
|
Fixes
|
2022-10-16 13:59:15 +02:00 |
|
|
cbd1a27ea7
|
Merge branch 'master' into merge_4.x
|
2022-10-16 13:49:21 +02:00 |
|
|
4912651a9a
|
Fix
|
2022-10-16 13:48:45 +02:00 |
|
|
b79c43a288
|
Merge remote-tracking branch 'origin/4.x' into merge_4.x
|
2022-10-16 13:42:43 +02:00 |
|
|
748a74bb2c
|
Merge remote-tracking branch 'origin/4.x' into HEAD
|
2022-10-16 13:41:27 +02:00 |
|
orklah
|
921801707d
|
Merge pull request #8583 from gphargreaves/#8484/fix-datetimeimmutable-sub
Correct return type of DateTimeImmutable sub method stub
|
2022-10-15 14:51:43 +02:00 |
|
orklah
|
dbb8815813
|
Merge pull request #8585 from gphargreaves/#8315/concat-non-empty-strings
Add additional checks for concat of non-empty strings to return non-falsy
|
2022-10-15 14:37:11 +02:00 |
|
orklah
|
61ef140e28
|
Merge pull request #8579 from ADmad/patch-2
Fix template param for SplDoublyLinkedList
|
2022-10-15 14:35:14 +02:00 |
|
ADmad
|
9bd4d7a740
|
Fix template param for SplDoublyLinkedList.
It's key is always an integer.
|
2022-10-14 11:54:53 +05:30 |
|
Greg Hargreaves
|
b89ff32b7a
|
Remove duplicated numeric type declaration
|
2022-10-14 02:00:25 +01:00 |
|
Greg Hargreaves
|
06581ce4b0
|
Add additional checks for concat of non-empty strings to return non-falsy
|
2022-10-14 01:54:06 +01:00 |
|
Greg Hargreaves
|
8849e8ca38
|
Fix test for DateTimeImmutable sub method return type
|
2022-10-14 00:59:54 +01:00 |
|
Greg Hargreaves
|
ef0d2256a6
|
Remove link to php-src as was part of the documented reason for the return type false
|
2022-10-14 00:56:20 +01:00 |
|
Greg Hargreaves
|
f573ef5163
|
Correct return type of DateTimeImmutable sub method stub
|
2022-10-14 00:49:57 +01:00 |
|
orklah
|
e7f05c3f55
|
Merge pull request #8578 from Nicelocal/fix_6983_8564
Fix #6983 #8564
|
2022-10-13 21:57:12 +02:00 |
|
orklah
|
f8d1dd82c8
|
Merge pull request #8577 from cristianobaptista/fix/8576
fix mapped property type for DOMNode childNodes
|
2022-10-13 19:33:43 +02:00 |
|
|
a2b03e4f52
|
cs-fix
|
2022-10-13 13:54:18 +02:00 |
|
|
6e32dc02fc
|
Improvements
|
2022-10-13 13:53:03 +02:00 |
|
|
8c9558c92b
|
Fix #6983, #8564
|
2022-10-13 13:42:35 +02:00 |
|
Cristiano Baptista
|
f2ea9e5b3e
|
fix mapped property type for DOMNode childNodes
|
2022-10-13 13:36:23 +02:00 |
|
orklah
|
bb9aabe5b1
|
Merge pull request #8570 from Nicelocal/fix_8569
Fix #8569
|
2022-10-12 20:59:04 +02:00 |
|