cli-generate-stuffs

Clone or download

Read-only

Merge commit 'refs/changes/46/22046/1' of ssh://gerrit.tuleap.net:29418/cli-generate-stuffs into HEAD

* ssh://gerrit.tuleap.net:29418/cli-generate-stuffs: art #20061 Fix psalm/phpcs errors before refacto Change-Id: I60e870ca2cb6351d5a24f84b73012bdb85e4418c

Modified Files

Name
M src/App/Commands/ArtifactGeneratorCommand.php +4 −0 Go to diff View file
M src/App/Commands/HelloCommand.php +7 −1 Go to diff View file
M src/App/Curl/CurlRequests.php +7 −5 Go to diff View file
A src/App/Exception/CurlInitFailedException.php +33 −0 Go to diff View file
M src/App/Xml/XmlArtifactGenerator.php +1 −1 Go to diff View file
M tests/unit/Commands/ArtifactGeneratorCommandTest.php +12 −3 Go to diff View file
M tests/unit/Curl/CurlCallerTest.php +4 −1 Go to diff View file