Skip to content

Commit

Permalink
Add type to method signature
Browse files Browse the repository at this point in the history
  • Loading branch information
muzzwood committed Mar 16, 2023
1 parent 5f82514 commit ce8db10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Command/ExtractCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,7 @@ protected function filterPathSegment($path)
return \modResource::filterPathSegment($this->modx, $path, $options);
}

private function extractPackages($file = null): void
private function extractPackages(string $file = null): void
{
$this->output->writeln('<info>Extracting installed packages...</info>');
$data = Gitify::loadConfig($file);
Expand Down

0 comments on commit ce8db10

Please sign in to comment.