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 |
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 |
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 |
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 |