Skip to content

Commit

Permalink
Fixes for PHP-CS-FIXER
Browse files Browse the repository at this point in the history
  • Loading branch information
ZallaxDev committed Dec 9, 2024
1 parent 985f383 commit 47c82df
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ public function executeCommand(): void
}
}

// todo?
// todo?
protected function applyGlobalProviderFilterCmd(): void
{
$table = $this->buildProviderTable($this, self::CMD_SHOW_GLOBAL_PROVIDER);
Expand Down Expand Up @@ -440,7 +440,7 @@ private function getIconXml(string $url, string $pId): ?string

private function checkIconFileExtension(string $ext): bool
{
// todo - check?
// todo - check?
return false !== ($check = array_search($ext, self::ALLOWED_FILE_EXT)) ? true : false;
}

Expand Down Expand Up @@ -906,7 +906,7 @@ protected function fetchProviderMulti(): array

protected function showSettingsCmd(?ilPropertyFormGUI $form = null): void
{
// todo - check
// todo - check
global $DIC; /* @var \ILIAS\DI\Container $DIC */

return; // no settings at all currently
Expand All @@ -922,7 +922,7 @@ protected function showSettingsCmd(?ilPropertyFormGUI $form = null): void

protected function saveSettingsCmd(): void
{
// todo - check
// todo - check
global $DIC; /* @var \ILIAS\DI\Container $DIC */

return; // no settings at all currently
Expand Down

0 comments on commit 47c82df

Please sign in to comment.