orklah
|
b194291bb3
|
try to fix offsets
|
2021-08-07 00:08:19 +02:00 |
|
Bruce Weirdan
|
cccfe7582d
|
Merge pull request #6252 from boesing/feature/union-float-literal
Literal float methods to `Union` type
|
2021-08-06 23:07:09 +03:00 |
|
Maximilian Bösing
|
9d59fbe6bb
|
feature: introduce literal float methods to Union type
- Added `Psalm\Type\Union#isSingleFloatLiteral`
- Added `Psalm\Type\Union#getSingleFloatLiteral`
- Added `Psalm\Type\Union#hasLiteralFloat`
Signed-off-by: Maximilian Bösing <2189546+boesing@users.noreply.github.com>
|
2021-08-06 21:05:26 +02:00 |
|
Bruce Weirdan
|
457695e466
|
Merge pull request #6248 from TysonAndre/fix-typos
[skip ci] Fix typos in docs/
|
2021-08-05 23:58:33 +03:00 |
|
Tyson Andre
|
0ae573a158
|
[skip ci] Fix typos in docs/
|
2021-08-05 16:39:14 -04:00 |
|
Bruce Weirdan
|
3c8842f3cc
|
Merge pull request #6242 from orklah/unusedvarann
|
2021-08-05 23:18:56 +03:00 |
|
orklah
|
10049450f8
|
fix tests for the last time............................................... maybe?
|
2021-08-05 21:48:37 +02:00 |
|
orklah
|
ba2f623754
|
fix unused variables
|
2021-08-05 21:32:32 +02:00 |
|
orklah
|
50fd9065de
|
fix tests
|
2021-08-05 21:15:04 +02:00 |
|
orklah
|
3fe678b914
|
ignore UnnecessaryVarAnnotation
|
2021-08-05 21:05:44 +02:00 |
|
Bruce Weirdan
|
1044c2dc01
|
Merge pull request #6244 from masonmcelvain/bugfix--permit-null-timestamp-to-date-function
|
2021-08-05 21:38:30 +03:00 |
|
Mason McElvain
|
b2ba774cb9
|
Update CallMap with PHP 8 date() signature
|
2021-08-04 15:27:32 -07:00 |
|
Mason McElvain
|
81661395ce
|
Add old date signature to CallMap_80_delta
|
2021-08-04 15:26:42 -07:00 |
|
Mason McElvain
|
4d2a5b1bfa
|
Permit null timestamp to date() in PHP 8
PHP 8 allows the timestamp to be null, but version 7.4 doesn't.
Creates a mapping for date() to allow $timestamp to be null in PHP 8.
|
2021-08-04 15:07:45 -07:00 |
|
Bruce Weirdan
|
019b35850a
|
Merge pull request #6240 from orklah/arithmetics
|
2021-08-04 20:56:59 +03:00 |
|
orklah
|
c706497cbd
|
restrict types
|
2021-08-04 19:45:25 +02:00 |
|
orklah
|
0c75ac89d0
|
refactor arithmetics
|
2021-08-04 19:43:27 +02:00 |
|
Bruce Weirdan
|
5f8d8f5bf5
|
Merge pull request #6239 from weirdan/drop-appveyor-reporter
Drop Appveyor reporter as we no longer use Appveyor
|
2021-08-03 19:50:47 +03:00 |
|
Bruce Weirdan
|
6540e28e5b
|
Drop Appveyor reporter as we no longer use Appveyor
|
2021-08-03 19:38:11 +03:00 |
|
Bruce Weirdan
|
2ecd1d8bd3
|
Merge pull request #6238 from orklah/unused-foreach-fixable
don't flag UnusedForeachValue as fixable
|
2021-08-03 19:37:07 +03:00 |
|
orklah
|
006088d578
|
don't flag UnusedForeachValue as fixable
|
2021-08-03 18:24:53 +02:00 |
|
Bruce Weirdan
|
9d68e2e39c
|
Merge pull request #6231 from tm1000/patch-get-position-from-offset-error-php80
|
2021-08-03 04:06:02 +03:00 |
|
Your Name
|
9f3f366cf3
|
Fixes: PHP 8.0: Argument #3 ($offset) must be contained in argument #1 ($haystack)
|
2021-08-02 16:49:09 -07:00 |
|
Bruce Weirdan
|
82b35643da
|
Merge pull request #6219 from bitwise-operators/fix-6217
|
2021-08-01 18:11:37 +03:00 |
|
Bruce Weirdan
|
caaff6e3b4
|
Merge pull request #6210 from orklah/int-range3
|
2021-08-01 16:37:15 +03:00 |
|
Bruce Weirdan
|
3a1714e732
|
Merge pull request #6215 from weirdan/fix-6211
Use fully-qualified name for virtual class strings
|
2021-08-01 16:36:25 +03:00 |
|
Bruce Weirdan
|
e34a0e39d6
|
s/limit/length/
|
2021-08-01 16:35:09 +03:00 |
|
bjscharp
|
e779387b9a
|
Added missing mb_str_split function from 7.4
|
2021-08-01 15:12:07 +02:00 |
|
Matthew Brown
|
00c062267d
|
Fix space
|
2021-07-31 21:15:26 -04:00 |
|
Matthew Brown
|
a205a23ccb
|
Fix #6212 - remove untested code, add test for reasonable behaviour
|
2021-07-31 19:50:56 -04:00 |
|
Bruce Weirdan
|
e4ead74879
|
Use fully-qualified name for virtual class strings
Fixes vimeo/psalm#6211
|
2021-08-01 02:22:16 +03:00 |
|
Bruce Weirdan
|
edffb1a02c
|
Merge pull request #6213 from weirdan/scan-preloaded-stubs-earlier
Scan preloaded stubs earlier
|
2021-08-01 01:52:04 +03:00 |
|
Bruce Weirdan
|
2562e37e60
|
Scan preloaded stubs earlier
This should prevent Psalm from sometimes marking user-defined classes as
built-in.
Fixes vimeo/psalm#5126
Fixes vimeo/psalm#5626
|
2021-08-01 01:36:37 +03:00 |
|
orklah
|
d22b4b3c23
|
forgot an occurence of >
|
2021-07-31 22:24:07 +02:00 |
|
orklah
|
2a9ddab738
|
replace +/- by >/<
|
2021-07-31 22:06:36 +02:00 |
|
orklah
|
5f764b9d8f
|
replace > by @
|
2021-07-31 21:59:35 +02:00 |
|
orklah
|
059eb5e29d
|
break the > assertion thing to see what start to fall apart
|
2021-07-31 21:54:15 +02:00 |
|
orklah
|
565336febd
|
fix mistake
|
2021-07-31 18:52:28 +02:00 |
|
orklah
|
a6431c4055
|
fix comment
|
2021-07-31 18:47:17 +02:00 |
|
orklah
|
3230ee8bcb
|
fix mistakes
|
2021-07-31 17:57:07 +02:00 |
|
orklah
|
f3fb20efc5
|
threshold for too heavy conditions
|
2021-07-31 16:54:27 +02:00 |
|
orklah
|
67318b33f7
|
fix reconciliation when a bound is null
|
2021-07-31 16:02:58 +02:00 |
|
orklah
|
d4bf17f323
|
fix test
|
2021-07-31 15:47:12 +02:00 |
|
orklah
|
a8efe58784
|
fix isset assertion
|
2021-07-31 15:47:12 +02:00 |
|
orklah
|
7604bf12c2
|
ignore deprecation notices
|
2021-07-31 15:47:12 +02:00 |
|
orklah
|
c5165710d3
|
fix comparison
|
2021-07-31 15:47:12 +02:00 |
|
orklah
|
a6fa63a0cf
|
allow checking if an int is contained inside a range
|
2021-07-31 15:47:12 +02:00 |
|
orklah
|
128a811174
|
add internal assertions for superior and inferior
|
2021-07-31 15:47:12 +02:00 |
|
orklah
|
7e137f5b95
|
Improve internals of TIntRange (#6208)
* Improve internals of TIntRange
* fix PositiveInt aliasing
|
2021-07-31 09:19:20 -04:00 |
|
Bruce Weirdan
|
c62adf9652
|
Merge pull request #6198 from mmcev106/master
|
2021-07-31 00:23:45 +03:00 |
|