Fran Moreno
3daf75508d
Add phpstan level 0 ( #1022 )
...
* Remove unused arguments
* Fix return types
* Removed unused parameter and argument
* Add phpstan job
* merge files
* Delete phpstan-baseline.neon
* Delete static-analysis.yml
* merge workflows
* Update composer.json
* format yaml
* install composer reps
* fix yaml
Co-authored-by: Till Krüss <tillkruss@users.noreply.github.com >
2023-01-18 13:33:51 -08:00
Till Krüss
cc40219268
use short array syntax
2023-01-17 15:08:18 -08:00
Till Krüss
c9babb1984
update copyright comments
2023-01-17 13:41:35 -08:00
Daniele Alessandri
36c9bb047e
[tests] Start improving test suite.
...
- Make use of more typehints for function parameters
- Make use of typehints for function return values
- Use @var where needed to give proper hints to IDEs and avoid warnings
- Replace MockObject::setMethods() with addMethods() and onlyMethods()
- Rewording of some phpdocs
2020-09-01 13:58:14 +02:00
Daniele Alessandri
c26909699b
Merge remote-tracking branch 'github/pr/639' into main
2020-08-18 16:03:10 +02:00
Daniele Alessandri
4b47639f9e
Rename command classes using command ID as name.
...
Some notable exceptions are EVAL and ECHO because having these names
as class names would raise a syntax error.
2016-06-04 20:54:41 +02:00