Skip to content

Commit

Permalink
[TASK] Make php-cs-fixer happy
Browse files Browse the repository at this point in the history
  • Loading branch information
georgringer committed Jul 7, 2024
1 parent d367aec commit c957dfe
Show file tree
Hide file tree
Showing 66 changed files with 449 additions and 935 deletions.
80 changes: 0 additions & 80 deletions .php_cs

This file was deleted.

41 changes: 0 additions & 41 deletions .scrutinizer.yml

This file was deleted.

33 changes: 0 additions & 33 deletions .styleci.yml

This file was deleted.

34 changes: 0 additions & 34 deletions Build/FunctionalTests.xml

This file was deleted.

34 changes: 0 additions & 34 deletions Build/Local/FunctionalTests.xml

This file was deleted.

27 changes: 0 additions & 27 deletions Build/Local/phpunit.xml

This file was deleted.

28 changes: 0 additions & 28 deletions Build/UnitTests.xml

This file was deleted.

4 changes: 2 additions & 2 deletions Classes/Command/GeocodeCommand.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
<?php

declare(strict_types=1);

namespace FriendsOfTYPO3\TtAddress\Command;

/**
/*
* This file is part of the "tt_address" Extension for TYPO3 CMS.
*
* For the full copyright and license information, please read the
Expand Down Expand Up @@ -41,7 +42,6 @@ protected function configure()
* Geocode all records
*
* @inheritdoc
* @return int
*/
protected function execute(InputInterface $input, OutputInterface $output): int
{
Expand Down
Loading

0 comments on commit c957dfe

Please sign in to comment.