Skip to content

Commit

Permalink
Fix type hints
Browse files Browse the repository at this point in the history
  • Loading branch information
ffraenz committed Oct 26, 2020
1 parent c7d1159 commit 2529741
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/PrivateComposerInstaller/PluginTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -417,9 +417,9 @@ function ($rfs) use ($options, $tlsDisabled, $expectedUrl) {
* Expect the plugin to alter the given dist URL in a certain way.
*/
protected function expectLockedDistUrl(
string $distUrl,
?string $distUrl,
string $version,
string $expectedDistUrl
?string $expectedDistUrl
): void {
$changeExpected = $distUrl !== $expectedDistUrl;

Expand Down

0 comments on commit 2529741

Please sign in to comment.