Jordi Boggiano
|
131da999ac
|
Fix CS (#11003)
|
2022-08-17 14:20:07 +02:00 |
Jordi Boggiano
|
6a466a120a
|
Enable strict types on all files
|
2022-02-24 13:24:34 +01:00 |
Jordi Boggiano
|
abdc6893a6
|
Add void types where no return statement is present
|
2022-02-18 10:38:54 +01:00 |
Nils Adermann
|
6409ed0fc2
|
Validate: Warn about providing or replacing packages you require
|
2020-10-22 11:28:19 +02: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 |
Martin Hujer
|
bbee0d7c6c
|
Validation warns if script description for nonexistent script is present
Fixes #7010
|
2018-01-17 19:15:06 +01:00 |
Gabriel Caruso
|
885da4c8ef
|
Refactoring tests
|
2017-12-03 02:41:58 -02:00 |
Jeroen Seegers
|
f3dc31839f
|
Refactor commit-ref validation
The require and require-dev arrays have been merged into one and no
longer user private methods/properties to collect warnings.
|
2015-10-27 13:59:29 +01:00 |
Jeroen Seegers
|
73e73c90fb
|
Generate a warning when a commit reference is used
Closes #4485
|
2015-10-23 21:38:11 +02:00 |