We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb07855 commit 5782885Copy full SHA for 5782885
src/RepositoryLoader.php
@@ -129,7 +129,7 @@ public static function loadData(
129
public static function loadRepository(
130
string $fileName,
131
?array $checksum = null,
132
- JsonFileLoaderInterface $fileLoader = null
+ ?JsonFileLoaderInterface $fileLoader = null
133
): Repository {
134
$repository = new Repository();
135
$data = self::loadData($fileName, $checksum, $fileLoader);
0 commit comments