Skip to content
Snippets Groups Projects
Commit ecca985c authored by dcentrica's avatar dcentrica
Browse files

FIX: Fixes further linting issues

parent 188f979e
Branches
Tags
No related merge requests found
Pipeline #1631792985 passed
......@@ -23,7 +23,7 @@ namespace Dcentrica\MetaportAgent\Composer;
interface ComposerMap
{
/**
* @return array<string, null|string>array<int, array<string, string>> An array to be JSON encoded as required by implementors.
* @return array<string, null|string> An array to be JSON encoded as required by implementors.
*/
public function convert(): array;
}
......@@ -39,7 +39,7 @@ final class ComposerVulnerabilityMap
* Maps the JSON output from the `composer audit` command to fields
* recognised by Metaport Server.
*
* @return array<string, null|string>
* @return array<string, array<int, array<string, string>>|string|null>
*/
public function convert(): array
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment