Incorrect parameter example in the Documentation - PHP - Psalm

Hello,

In both the following pages:

we’re told to use the following argument in the Psalm command:

--output-format sonarqube

However, if we use this exact literal, we’ll get the following error:

Cannot locate sonarqube

It’s just missing a =, so the correct is:

--output-format=sonarqube

Thanks!

Hi @ghnp5,

Thanks for reporting this :slightly_smiling_face: I fixed the typo.

Thanks!
Looks like you did it only in the second link. The first one still has the space.

Have a great day!

The first link points to the SonarQube Server 10.0 version doc and we no longer maintain it. However the fixed content shows in more recent versions (here for example).