Skip to content

Commit c1722a0

Browse files
github-actionsgithub-actions[bot]
authored andcommitted
style(php-cs-fixer): fix coding standards
1 parent 2a1df0e commit c1722a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Unit/Module/Repository/ReleasesCollectionTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ public function testWithAssetsFiltersReleasesWithAssets(): void
135135
'https://example.com/downloads/package-1.5.0-linux-x64.tar.gz',
136136
OperatingSystem::Linux,
137137
Architecture::X86_64,
138-
)
138+
),
139139
];
140140

141141
$this->repository->setAssets($assets, $release);

0 commit comments

Comments
 (0)