Jordi Boggiano
|
e63e15aea8
|
Fix usage of react/promise resolve() to prepare for v3
|
2022-03-18 09:20:42 +01:00 |
Jordi Boggiano
|
20e410f3a2
|
Fix inconsistent parameter names in inheritance trees
|
2022-03-16 10:05:07 +01:00 |
bilogic
|
ae23647f07
|
Create SYMLINKD instead of SYMLINK on Windows host/Linux guest filesystems (#10592)
Co-authored-by: bilogic <bilogic@example.com>
|
2022-03-09 20:45:19 +01:00 |
Antoine Makdessi
|
6c0a6e00b3
|
Fix #10575 (#10576)
Refactor the whole cleanChanges/getLocalChanges code to be more strict with null returns
Co-authored-by: Jordi Boggiano <j.boggiano@seld.be>
|
2022-02-25 20:44:10 +01:00 |
Jordi Boggiano
|
beb575dd00
|
Fix more issues, update baseline (2203/106)
|
2022-02-24 13:24:35 +01:00 |
Jordi Boggiano
|
6a466a120a
|
Enable strict types on all files
|
2022-02-24 13:24:34 +01:00 |
Jordi Boggiano
|
3cdca37e85
|
Fix strict type issues
|
2022-02-24 13:24:25 +01:00 |
Jordi Boggiano
|
0db443ba5f
|
Add visibility to all consts, fixes #10550
|
2022-02-23 14:28:04 +01:00 |
Jordi Boggiano
|
7abc8da7d3
|
Add more types
|
2022-02-23 11:37:32 +01:00 |
Jordi Boggiano
|
6da38f83a0
|
Add parameter types to all the things
|
2022-02-22 16:48:53 +01:00 |
Alexander Schranz
|
1321bfca36
|
Add return types to closures (#9)
|
2022-02-21 13:37:49 +01:00 |
Jordi Boggiano
|
eda9014bef
|
Add return types to all code which is not being extended by open source packages
|
2022-02-18 14:32:38 +01:00 |
Jordi Boggiano
|
a16ed3d0ed
|
Add return types to private/internal methods
|
2022-02-18 11:22:01 +01:00 |
Jordi Boggiano
|
abdc6893a6
|
Add void types where no return statement is present
|
2022-02-18 10:38:54 +01:00 |
Jordi Boggiano
|
32852304d0
|
Make use of some new PHP features
|
2022-02-18 10:20:20 +01:00 |
Jordi Boggiano
|
3446091027
|
Merge branch '2.2' into main
|
2022-02-04 16:31:14 +01:00 |
Jordi Boggiano
|
88171e409d
|
Remove superfluous arg
|
2022-02-04 13:04:02 +01:00 |
Jordi Boggiano
|
39cb505d69
|
Fix phpstan warnings
|
2022-02-04 13:01:48 +01:00 |
Jordi Boggiano
|
e7c04e3e12
|
Improve error reporting when a tag was recreated or a commit is missing, fixes #10484
|
2022-02-04 10:17:49 +01:00 |
Jordi Boggiano
|
62d5f4f295
|
Fix phpstan errors
|
2022-02-02 22:18:00 +01:00 |
Jordi Boggiano
|
45bbe43aac
|
Fix case where symlink:true still can downgrade to a copy on windows, refs #10482
|
2022-02-02 16:59:58 +01:00 |
Jordi Boggiano
|
0ece276c7c
|
Get rid of redundant \Exception catch blocks
|
2022-01-03 16:32:40 +01:00 |
Jordi Boggiano
|
4e6d54b731
|
Fix all 5.3 $this-in-closure usages
|
2022-01-03 16:32:39 +01:00 |
Jordi Boggiano
|
24ce1eddbd
|
Add composer/pcre dependency and use it everywhere instead of preg_*
|
2021-12-07 12:37:19 +01:00 |
Stephan
|
63b5cbe000
|
GitDownloader: add option for single use git clone to avoid --dissociate when cloning from local copy (#10288)
|
2021-11-17 19:53:10 +01:00 |
Jordi Boggiano
|
f509c41280
|
Upgrade PHPStan to 1.0 (#10253)
Co-authored-by: Martin Herndl <martin@herndl.org>
|
2021-11-14 20:42:24 +01:00 |
Jordi Boggiano
|
bd4d624cc7
|
Read first from $_SERVER and $_ENV before using getenv (#10218)
|
2021-11-09 16:31:27 +01:00 |
Jordi Boggiano
|
3f243d37c3
|
Add temporary metadata for download size tracking
|
2021-10-29 22:19:38 +02:00 |
Jordi Boggiano
|
c65d09dff7
|
Fix @inheritDoc annotations
|
2021-10-27 16:18:53 +02:00 |
Martin Herndl
|
3645d3042c
|
Add types to root namespace (#10213)
|
2021-10-26 12:40:52 +02:00 |
Martin Herndl
|
fa4d4e20e9
|
Add types to `Downloader` (#10193)
|
2021-10-25 10:25:39 +02:00 |
Jordi Boggiano
|
b209816056
|
Type annotations
|
2021-10-17 14:31:48 +02:00 |
Jordi Boggiano
|
915f3f4fb6
|
Make sure that if cleanup happens before install completes on zip updates, we do not report bogus errors, fixes #9804
|
2021-10-15 10:42:44 +02:00 |
Jordi Boggiano
|
d1c8a4d1b4
|
Lots of typing improvements
|
2021-10-12 22:47:23 +02:00 |
Jordi Boggiano
|
d6a8b0252d
|
Fix phpdoc
|
2021-09-15 11:31:58 +02:00 |
Jordi Boggiano
|
4bcd860b65
|
Add more type annotations
|
2021-09-05 17:34:12 +02:00 |
Jordi Boggiano
|
0761474599
|
Add type info to many properties/methods
|
2021-08-30 14:46:49 +02:00 |
Jordi Boggiano
|
d3c176ec69
|
PHPStan Level 5 (#10070)
* Bump PHPStan to level 5
* Update seld/phar-utils to latest
* Add phpstan-setup / phpstan scripts
|
2021-08-21 17:41:52 +02:00 |
Jordi Boggiano
|
5c201687e5
|
Fix 7zip issues on windows when mixing forward and backslashes, fixes #10058
|
2021-08-18 11:55:51 +02:00 |
Jordi Boggiano
|
91a1a471db
|
Fix path repo bug causing symlinks to be left behind when uninstalling, fixes #10023
|
2021-08-18 11:25:00 +02:00 |
Jordi Boggiano
|
60fe67086e
|
Make sure proc_open is not required for basic installs, refs #9253
|
2021-08-18 10:15:47 +02:00 |
Jordi Boggiano
|
d6f4111f35
|
Fix php 5.3 support
|
2021-08-17 16:59:00 +02:00 |
Jordi Boggiano
|
46f2d9de48
|
Fix php 5.3 support
|
2021-08-17 16:53:16 +02:00 |
Jordi Boggiano
|
ddd7920d2a
|
Fix corrupt archives in cache from getting the installs stuck forever, and make sure it fails only once, fixes #10028
|
2021-08-17 16:49:36 +02:00 |
Jordi Boggiano
|
be58b36a35
|
Also look up 7zz on linux/macOS, fixes #9951
|
2021-07-12 15:50:02 +02:00 |
Jordi Boggiano
|
db1d9e75be
|
Fix support for 7z command fallback on linux/macOS, fixes #9994
|
2021-07-12 14:49:44 +02:00 |
Jordi Boggiano
|
b01cd459b7
|
Avoid checking if dir is empty if it does not even exist
|
2021-06-07 16:41:11 +02:00 |
Jordi Boggiano
|
e013b479da
|
Avoid failing hard if the target empty dir cannot be deleted when extracting archives, fixes #9947
|
2021-06-07 15:34:03 +02:00 |
Jordi Boggiano
|
4e4b4f69c9
|
Revert "Always wait after an unzip completes to try and fix virtualbox issues, refs #9945"
This reverts commit 3556f6efa5 .
|
2021-06-06 21:10:07 +02:00 |
Jordi Boggiano
|
dd17f5f615
|
Add missing use
|
2021-06-05 20:47:56 +02:00 |