Skip to content

Commit

Permalink
[TASK] Fix CGL
Browse files Browse the repository at this point in the history
  • Loading branch information
derhansen committed Nov 20, 2023
1 parent f135120 commit 4245cf7
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 9 deletions.
1 change: 0 additions & 1 deletion .php-cs-fixer.dist.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@
'single_line_comment_style' => ['comment_types' => ['hash']],
'single_trait_insert_per_statement' => true,
'trailing_comma_in_multiline' => ['elements' => ['arrays']],
'single_line_empty_body' => false,
'whitespace_after_comma_in_array' => ['ensure_single_space' => true],
'yoda_style' => ['equal' => false, 'identical' => false, 'less_and_greater' => false],
])
Expand Down
1 change: 0 additions & 1 deletion Classes/Controller/A11yCheckController.php
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,6 @@ private function initializeTypeConverterForArgument(): void
}
}


/**
* Check action
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,4 @@
/**
* Exception thrown if the configuration yaml file is not found
*/
class ConfigurationFileNotFoundException extends \RuntimeException
{
}
class ConfigurationFileNotFoundException extends \RuntimeException {}
4 changes: 1 addition & 3 deletions Classes/Utility/Exception/MissingConfigurationException.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,4 @@
/**
* Exception thrown if the configuration does not contain an expected entry
*/
class MissingConfigurationException extends \RuntimeException
{
}
class MissingConfigurationException extends \RuntimeException {}
1 change: 0 additions & 1 deletion ext_localconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
use TYPO3\CMS\Core\Utility\ExtensionManagementUtility;
use TYPO3\CMS\Extbase\Utility\ExtensionUtility;
use UniWue\UwA11yCheck\Controller\ContentElementsController;
use UniWue\UwA11yCheck\Property\TypeConverter\PresetTypeConverter;

call_user_func(function () {
ExtensionUtility::configurePlugin(
Expand Down

0 comments on commit 4245cf7

Please sign in to comment.