Skip to content

Commit

Permalink
Apply php-cs-fixer changes
Browse files Browse the repository at this point in the history
  • Loading branch information
simonschaufi authored and actions-user committed Mar 5, 2022
1 parent 3e3381c commit 68e2d50
Show file tree
Hide file tree
Showing 173 changed files with 174 additions and 174 deletions.
2 changes: 1 addition & 1 deletion src/Application/BaseApplication.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

declare(strict_types=1);
declare(strict_types = 1);

namespace TYPO3\Surf\Application;

Expand Down
2 changes: 1 addition & 1 deletion src/Application/Neos/Flow.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

declare(strict_types=1);
declare(strict_types = 1);

namespace TYPO3\Surf\Application\Neos;

Expand Down
2 changes: 1 addition & 1 deletion src/Application/Neos/Neos.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

declare(strict_types=1);
declare(strict_types = 1);

namespace TYPO3\Surf\Application\Neos;

Expand Down
2 changes: 1 addition & 1 deletion src/Application/TYPO3/CMS.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

declare(strict_types=1);
declare(strict_types = 1);

namespace TYPO3\Surf\Application\TYPO3;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

declare(strict_types=1);
declare(strict_types = 1);

namespace TYPO3\Surf\Cli\Symfony\CompilerPasses;

Expand Down
2 changes: 1 addition & 1 deletion src/Cli/Symfony/ConsoleApplication.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

declare(strict_types=1);
declare(strict_types = 1);

namespace TYPO3\Surf\Cli\Symfony;

Expand Down
2 changes: 1 addition & 1 deletion src/Cli/Symfony/ConsoleKernel.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

declare(strict_types=1);
declare(strict_types = 1);

namespace TYPO3\Surf\Cli\Symfony;

Expand Down
2 changes: 1 addition & 1 deletion src/Cli/Symfony/ConsoleOutputFactory.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

declare(strict_types=1);
declare(strict_types = 1);

namespace TYPO3\Surf\Cli\Symfony;

Expand Down
2 changes: 1 addition & 1 deletion src/Cli/Symfony/Logger/ConsoleFormatter.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

declare(strict_types=1);
declare(strict_types = 1);

namespace TYPO3\Surf\Cli\Symfony\Logger;

Expand Down
2 changes: 1 addition & 1 deletion src/Cli/Symfony/Logger/ConsoleHandler.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

declare(strict_types=1);
declare(strict_types = 1);

namespace TYPO3\Surf\Cli\Symfony\Logger;

Expand Down
2 changes: 1 addition & 1 deletion src/Cli/Symfony/Logger/LoggerFactory.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

declare(strict_types=1);
declare(strict_types = 1);

namespace TYPO3\Surf\Cli\Symfony\Logger;

Expand Down
2 changes: 1 addition & 1 deletion src/Command/DeployCommand.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

declare(strict_types=1);
declare(strict_types = 1);

namespace TYPO3\Surf\Command;

Expand Down
2 changes: 1 addition & 1 deletion src/Command/DescribeCommand.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

declare(strict_types=1);
declare(strict_types = 1);

namespace TYPO3\Surf\Command;

Expand Down
2 changes: 1 addition & 1 deletion src/Command/RollbackCommand.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

declare(strict_types=1);
declare(strict_types = 1);

namespace TYPO3\Surf\Command;

Expand Down
2 changes: 1 addition & 1 deletion src/Command/SelfUpdateCommand.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

declare(strict_types=1);
declare(strict_types = 1);

namespace TYPO3\Surf\Command;

Expand Down
2 changes: 1 addition & 1 deletion src/Command/ShowCommand.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

declare(strict_types=1);
declare(strict_types = 1);

namespace TYPO3\Surf\Command;

Expand Down
2 changes: 1 addition & 1 deletion src/Command/SimulateCommand.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

declare(strict_types=1);
declare(strict_types = 1);

namespace TYPO3\Surf\Command;

Expand Down
2 changes: 1 addition & 1 deletion src/DeprecationMessageFactory.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

declare(strict_types=1);
declare(strict_types = 1);

namespace TYPO3\Surf;

Expand Down
2 changes: 1 addition & 1 deletion src/Domain/Clock/ClockException.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

declare(strict_types=1);
declare(strict_types = 1);

namespace TYPO3\Surf\Domain\Clock;

Expand Down
2 changes: 1 addition & 1 deletion src/Domain/Clock/ClockInterface.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

declare(strict_types=1);
declare(strict_types = 1);

namespace TYPO3\Surf\Domain\Clock;

Expand Down
2 changes: 1 addition & 1 deletion src/Domain/Clock/SystemClock.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

declare(strict_types=1);
declare(strict_types = 1);

namespace TYPO3\Surf\Domain\Clock;

Expand Down
2 changes: 1 addition & 1 deletion src/Domain/Enum/DeploymentStatus.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

declare(strict_types=1);
declare(strict_types = 1);

namespace TYPO3\Surf\Domain\Enum;

Expand Down
2 changes: 1 addition & 1 deletion src/Domain/Filesystem/Filesystem.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

declare(strict_types=1);
declare(strict_types = 1);

namespace TYPO3\Surf\Domain\Filesystem;

Expand Down
2 changes: 1 addition & 1 deletion src/Domain/Filesystem/FilesystemInterface.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

declare(strict_types=1);
declare(strict_types = 1);

namespace TYPO3\Surf\Domain\Filesystem;

Expand Down
2 changes: 1 addition & 1 deletion src/Domain/Generator/IdGenerator.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

declare(strict_types=1);
declare(strict_types = 1);

namespace TYPO3\Surf\Domain\Generator;

Expand Down
2 changes: 1 addition & 1 deletion src/Domain/Generator/IdGeneratorInterface.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

declare(strict_types=1);
declare(strict_types = 1);

namespace TYPO3\Surf\Domain\Generator;

Expand Down
2 changes: 1 addition & 1 deletion src/Domain/Generator/RandomBytesGenerator.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

declare(strict_types=1);
declare(strict_types = 1);

namespace TYPO3\Surf\Domain\Generator;

Expand Down
2 changes: 1 addition & 1 deletion src/Domain/Generator/RandomBytesGeneratorInterface.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

declare(strict_types=1);
declare(strict_types = 1);

namespace TYPO3\Surf\Domain\Generator;

Expand Down
2 changes: 1 addition & 1 deletion src/Domain/Model/Application.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

declare(strict_types=1);
declare(strict_types = 1);

namespace TYPO3\Surf\Domain\Model;

Expand Down
2 changes: 1 addition & 1 deletion src/Domain/Model/Deployment.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

declare(strict_types=1);
declare(strict_types = 1);

namespace TYPO3\Surf\Domain\Model;

Expand Down
2 changes: 1 addition & 1 deletion src/Domain/Model/FailedDeployment.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

declare(strict_types=1);
declare(strict_types = 1);

namespace TYPO3\Surf\Domain\Model;

Expand Down
2 changes: 1 addition & 1 deletion src/Domain/Model/HttpResponse.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

declare(strict_types=1);
declare(strict_types = 1);

namespace TYPO3\Surf\Domain\Model;

Expand Down
2 changes: 1 addition & 1 deletion src/Domain/Model/Node.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

declare(strict_types=1);
declare(strict_types = 1);

namespace TYPO3\Surf\Domain\Model;

Expand Down
2 changes: 1 addition & 1 deletion src/Domain/Model/RollbackWorkflow.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

declare(strict_types=1);
declare(strict_types = 1);

namespace TYPO3\Surf\Domain\Model;

Expand Down
2 changes: 1 addition & 1 deletion src/Domain/Model/SimpleWorkflow.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

declare(strict_types=1);
declare(strict_types = 1);

namespace TYPO3\Surf\Domain\Model;

Expand Down
2 changes: 1 addition & 1 deletion src/Domain/Model/Task.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

declare(strict_types=1);
declare(strict_types = 1);

namespace TYPO3\Surf\Domain\Model;

Expand Down
2 changes: 1 addition & 1 deletion src/Domain/Model/TaskInHistory.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

declare(strict_types=1);
declare(strict_types = 1);

namespace TYPO3\Surf\Domain\Model;

Expand Down
2 changes: 1 addition & 1 deletion src/Domain/Model/Workflow.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

declare(strict_types=1);
declare(strict_types = 1);

namespace TYPO3\Surf\Domain\Model;

Expand Down
2 changes: 1 addition & 1 deletion src/Domain/Service/ShellCommandService.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

declare(strict_types=1);
declare(strict_types = 1);

namespace TYPO3\Surf\Domain\Service;

Expand Down
2 changes: 1 addition & 1 deletion src/Domain/Service/ShellCommandServiceAwareInterface.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

declare(strict_types=1);
declare(strict_types = 1);

namespace TYPO3\Surf\Domain\Service;

Expand Down
2 changes: 1 addition & 1 deletion src/Domain/Service/ShellCommandServiceAwareTrait.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

declare(strict_types=1);
declare(strict_types = 1);

namespace TYPO3\Surf\Domain\Service;

Expand Down
2 changes: 1 addition & 1 deletion src/Domain/Service/TaskFactory.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

declare(strict_types=1);
declare(strict_types = 1);

namespace TYPO3\Surf\Domain\Service;

Expand Down
2 changes: 1 addition & 1 deletion src/Domain/Service/TaskManager.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

declare(strict_types=1);
declare(strict_types = 1);

namespace TYPO3\Surf\Domain\Service;

Expand Down
2 changes: 1 addition & 1 deletion src/Exception.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

declare(strict_types=1);
declare(strict_types = 1);

namespace TYPO3\Surf;

Expand Down
2 changes: 1 addition & 1 deletion src/Exception/DeploymentLockedException.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

declare(strict_types=1);
declare(strict_types = 1);

namespace TYPO3\Surf\Exception;

Expand Down
2 changes: 1 addition & 1 deletion src/Exception/InvalidConfigurationException.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

declare(strict_types=1);
declare(strict_types = 1);

namespace TYPO3\Surf\Exception;

Expand Down
2 changes: 1 addition & 1 deletion src/Exception/StopWorkflowException.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

declare(strict_types=1);
declare(strict_types = 1);

namespace TYPO3\Surf\Exception;

Expand Down
2 changes: 1 addition & 1 deletion src/Exception/TaskExecutionException.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

declare(strict_types=1);
declare(strict_types = 1);

namespace TYPO3\Surf\Exception;

Expand Down
2 changes: 1 addition & 1 deletion src/Integration/Factory.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

declare(strict_types=1);
declare(strict_types = 1);

namespace TYPO3\Surf\Integration;

Expand Down
2 changes: 1 addition & 1 deletion src/Integration/FactoryInterface.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

declare(strict_types=1);
declare(strict_types = 1);

namespace TYPO3\Surf\Integration;

Expand Down

0 comments on commit 68e2d50

Please sign in to comment.