Jordi Boggiano
|
6da38f83a0
|
Add parameter types to all the things
|
2022-02-22 16:48:53 +01:00 |
Alexander Schranz
|
e9b60580f5
|
Add return types to tests (#10)
|
2022-02-21 13:42:28 +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
|
63b5f2737b
|
Merge branch '2.2' into main
|
2022-02-16 13:44:40 +01:00 |
Jordi Boggiano
|
5c98a2cf8e
|
Add phpstan-symfony to get type info about console InputInterface, fix many errors (#10476)
Extract common init/require commands functionality into PackageDiscoveryTrait
Extract some helper methods into BaseCommand for better types
|
2022-02-16 13:24:57 +01:00 |
Jordi Boggiano
|
28ec4fa7b0
|
Fix handling of invalid emails
|
2022-02-16 13:24:15 +01:00 |
Jordi Boggiano
|
96486d81cb
|
Fix many PHPStan issues and update baseline
|
2022-01-01 14:54:21 +01:00 |
Jordi Boggiano
|
6ed3aeb343
|
Remove setExpectedException wrapper
|
2022-01-01 14:54:21 +01:00 |
Christian
|
4071125172
|
Added return type docs (#10221)
|
2021-10-26 21:05:03 +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
|
4c9e75c6e5
|
Fix CS
|
2021-06-03 10:38:38 +02:00 |
Andreas Scheibel
|
bb1bb022e4
|
"composer init --autoload" - Interactive generates PSR-4 autoloader in composer.json (#9829)
- Generates PSR-4 autoload entry in composer.json.
- Run dump-autoload, if no dependencies are set
|
2021-04-20 21:58:38 +02:00 |
Jordi Boggiano
|
b7d770659b
|
CS fixes
|
2020-11-22 14:52:39 +01:00 |
Jordi Boggiano
|
fc5682ed9f
|
Fix build
|
2020-02-11 11:41:31 +01:00 |
Jordi Boggiano
|
be8dd528b8
|
Merge remote-tracking branch 'origin/master' into 2.0
|
2020-02-11 11:33:52 +01:00 |
Ion Bazan
|
11ae757e99
|
fix risky tests
|
2020-02-11 17:27:56 +08:00 |
Adriano Ferreira
|
97d077c43b
|
Uses config data from Composer object whenever possible on ArchiveCommand
It was previously blindly getting a new instance from the factory thus ignoring what is on Composer object config data.
|
2020-02-10 13:15:58 -02:00 |
Jordi Boggiano
|
21ab2f85bb
|
Fix 7.4 build
|
2020-02-07 23:21:48 +01:00 |
Gabriel Caruso
|
2a13bb2649
|
Fixes from PHPStan (#7687)
* fix docblocks
* remove redundant conditional
* fix wrong variable name
* fix wrong namespaces
* add missing private members
* remove unused/redundant arguments
* move testcase class
* exclude TestCase.php
* Tweak RuleWatchGraph type hints
* Tweak doc comment
|
2018-11-12 15:23:32 +01:00 |
Jordi Boggiano
|
ff59bbdab0
|
CS fixer
|
2018-07-24 14:32:52 +02:00 |
Jordi Boggiano
|
066351c5b9
|
Remove use of deprecated getMock method
|
2018-04-12 10:24:56 +02:00 |
Jose Miguel Pérez Ruiz
|
b2f62bc06c
|
Fix Init Command to accept author names with Unicode combining diacritical marks
|
2017-03-16 01:43:54 +01:00 |
Jordi Boggiano
|
122e422682
|
CS fixes
|
2017-03-08 15:16:44 +01:00 |
Den Girnyk
|
41eb297248
|
Add tests
|
2016-09-12 17:20:58 +02:00 |
Matthew "Juniper" Barlett
|
ac41bb0615
|
Fix for issue #5631
- Add " ( and ) as valid characters in author name
- Add relavent unit tests
|
2016-09-02 18:59:10 +02:00 |
Rob Bast
|
b99d9465c1
|
Added testcase
|
2015-04-20 13:09:18 +02:00 |
Jordi Boggiano
|
38917c2047
|
Add parallel build to travis script
|
2013-09-25 10:23:48 +02:00 |
Przemysław Piechota
|
95cbb177dd
|
Init command - diacritical marks in author name
|
2013-07-25 22:40:41 +02:00 |
Jordi Boggiano
|
8d0b7f278e
|
CS fixes
|
2013-06-13 13:28:24 +02:00 |
Jordi Boggiano
|
1dd8bffce5
|
CS fixes
|
2013-05-27 10:41:50 +02:00 |
Francesc Rosàs
|
7c273d1ee4
|
Test parseAuthorString() actual result
|
2013-05-26 15:10:17 +01:00 |
Francesc Rosàs
|
991b4fe208
|
Fix namespace
|
2013-05-26 12:44:26 +01:00 |
Francesc Rosàs
|
9aa0aba77c
|
Extract email validation into a method
|
2013-05-25 17:01:14 +01:00 |
Francesc Rosàs
|
e3b9dd10c2
|
Test InitCommand::parseAuthorString()
|
2013-05-25 16:56:02 +01:00 |