Skip to content

Commit

Permalink
New php-cs fixer configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
lochmueller committed Apr 21, 2020
1 parent 8b9f6fe commit 87384bb
Show file tree
Hide file tree
Showing 83 changed files with 97 additions and 93 deletions.
2 changes: 1 addition & 1 deletion Classes/Cache/IdentifierBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* IdentifierBuilder
*/

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

namespace SFC\Staticfilecache\Cache;

Expand Down
2 changes: 1 addition & 1 deletion Classes/Cache/RemoteFileBackend.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* RemoteFileBackend.
*/

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

namespace SFC\Staticfilecache\Cache;

Expand Down
2 changes: 1 addition & 1 deletion Classes/Cache/Rule/AbstractRule.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Abstract Rule.
*/

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

namespace SFC\Staticfilecache\Cache\Rule;

Expand Down
2 changes: 1 addition & 1 deletion Classes/Cache/Rule/Enable.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Enable.
*/

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

namespace SFC\Staticfilecache\Cache\Rule;

Expand Down
2 changes: 1 addition & 1 deletion Classes/Cache/Rule/ForceStaticCache.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Force the cache for special pages.
*/

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

namespace SFC\Staticfilecache\Cache\Rule;

Expand Down
2 changes: 1 addition & 1 deletion Classes/Cache/Rule/LoginDeniedConfiguration.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* LoginDeniedConfiguration.
*/

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

namespace SFC\Staticfilecache\Cache\Rule;

Expand Down
2 changes: 1 addition & 1 deletion Classes/Cache/Rule/NoBackendUser.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* No active BE user.
*/

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

namespace SFC\Staticfilecache\Cache\Rule;

Expand Down
2 changes: 1 addition & 1 deletion Classes/Cache/Rule/NoBackendUserCookie.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* No active BE user (just check the cookie).
*/

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

namespace SFC\Staticfilecache\Cache\Rule;

Expand Down
2 changes: 1 addition & 1 deletion Classes/Cache/Rule/NoFakeFrontend.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* No fake frontend.
*/

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

namespace SFC\Staticfilecache\Cache\Rule;

Expand Down
2 changes: 1 addition & 1 deletion Classes/Cache/Rule/NoIntScripts.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* No _INT scripts.
*/

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

namespace SFC\Staticfilecache\Cache\Rule;

Expand Down
2 changes: 1 addition & 1 deletion Classes/Cache/Rule/NoLongPathSegment.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Check if there is no path segment that is to long.
*/

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

namespace SFC\Staticfilecache\Cache\Rule;

Expand Down
2 changes: 1 addition & 1 deletion Classes/Cache/Rule/NoNoCache.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* No no_cache.
*/

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

namespace SFC\Staticfilecache\Cache\Rule;

Expand Down
2 changes: 1 addition & 1 deletion Classes/Cache/Rule/NoUserOrGroupSet.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* NoUserOrGroupSet.
*/

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

namespace SFC\Staticfilecache\Cache\Rule;

Expand Down
2 changes: 1 addition & 1 deletion Classes/Cache/Rule/NoWorkspacePreview.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* No workspace preview.
*/

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

namespace SFC\Staticfilecache\Cache\Rule;

Expand Down
2 changes: 1 addition & 1 deletion Classes/Cache/Rule/PageCacheable.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Check if the current page is static cacheable in Page property context.
*/

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

namespace SFC\Staticfilecache\Cache\Rule;

Expand Down
2 changes: 1 addition & 1 deletion Classes/Cache/Rule/SiteCacheable.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Check if the current site is static cacheable.
*/

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

namespace SFC\Staticfilecache\Cache\Rule;

Expand Down
2 changes: 1 addition & 1 deletion Classes/Cache/Rule/StaticCacheable.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Check if the current page is static cacheable in TSFE context.
*/

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

namespace SFC\Staticfilecache\Cache\Rule;

Expand Down
2 changes: 1 addition & 1 deletion Classes/Cache/Rule/ValidDoktype.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Check if the doktype is valid.
*/

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

namespace SFC\Staticfilecache\Cache\Rule;

Expand Down
2 changes: 1 addition & 1 deletion Classes/Cache/Rule/ValidPageInformation.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* ValidPageInformation.
*/

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

namespace SFC\Staticfilecache\Cache\Rule;

Expand Down
2 changes: 1 addition & 1 deletion Classes/Cache/Rule/ValidRequestMethod.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* ValidRequestMethod.
*/

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

namespace SFC\Staticfilecache\Cache\Rule;

Expand Down
2 changes: 1 addition & 1 deletion Classes/Cache/Rule/ValidUri.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Check if the URI is valid.
*/

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

namespace SFC\Staticfilecache\Cache\Rule;

Expand Down
2 changes: 1 addition & 1 deletion Classes/Cache/StaticDatabaseBackend.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* General Cache functions for StaticFileCache.
*/

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

namespace SFC\Staticfilecache\Cache;

Expand Down
2 changes: 1 addition & 1 deletion Classes/Cache/StaticFileBackend.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Cache backend for StaticFileCache.
*/

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

namespace SFC\Staticfilecache\Cache;

Expand Down
2 changes: 1 addition & 1 deletion Classes/Cache/UriFrontend.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Cache frontend for StaticFileCache.
*/

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

namespace SFC\Staticfilecache\Cache;

Expand Down
2 changes: 1 addition & 1 deletion Classes/Command/AbstractCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Abstract command.
*/

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

namespace SFC\Staticfilecache\Command;

Expand Down
2 changes: 1 addition & 1 deletion Classes/Command/BoostQueueCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* BoostQueueRunCommand.
*/
declare(strict_types = 1);
declare(strict_types=1);

namespace SFC\Staticfilecache\Command;

Expand Down
2 changes: 1 addition & 1 deletion Classes/Command/FlushCacheCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* FlushCacheCommand.
*/
declare(strict_types = 1);
declare(strict_types=1);

namespace SFC\Staticfilecache\Command;

Expand Down
2 changes: 1 addition & 1 deletion Classes/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Configuration.
*/

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

namespace SFC\Staticfilecache;

Expand Down
2 changes: 1 addition & 1 deletion Classes/Controller/BackendController.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* StaticFileCache backend module.
*/

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

namespace SFC\Staticfilecache\Controller;

Expand Down
2 changes: 1 addition & 1 deletion Classes/Domain/Repository/AbstractRepository.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* AbstractRepository.
*/

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

namespace SFC\Staticfilecache\Domain\Repository;

Expand Down
2 changes: 1 addition & 1 deletion Classes/Domain/Repository/CacheRepository.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* CacheRepository.
*/

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

namespace SFC\Staticfilecache\Domain\Repository;

Expand Down
2 changes: 1 addition & 1 deletion Classes/Domain/Repository/PageRepository.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* PageRepository.
*/

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

namespace SFC\Staticfilecache\Domain\Repository;

Expand Down
2 changes: 1 addition & 1 deletion Classes/Domain/Repository/QueueRepository.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* QueueRepository.
*/

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

namespace SFC\Staticfilecache\Domain\Repository;

Expand Down
2 changes: 1 addition & 1 deletion Classes/Generator/AbstractGenerator.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* AbstractGenerator.
*/

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

namespace SFC\Staticfilecache\Generator;

Expand Down
2 changes: 1 addition & 1 deletion Classes/Generator/BrotliGenerator.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* BrotliGenerator.
*/

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

namespace SFC\Staticfilecache\Generator;

Expand Down
2 changes: 1 addition & 1 deletion Classes/Generator/ConfigGenerator.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* ConfigGenerator.
*/

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

namespace SFC\Staticfilecache\Generator;

Expand Down
2 changes: 1 addition & 1 deletion Classes/Generator/GzipGenerator.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* GzipGenerator.
*/

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

namespace SFC\Staticfilecache\Generator;

Expand Down
2 changes: 1 addition & 1 deletion Classes/Generator/HtaccessGenerator.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* HtaccessGenerator
*/

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

namespace SFC\Staticfilecache\Generator;

Expand Down
2 changes: 1 addition & 1 deletion Classes/Generator/ManifestGenerator.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* ManifestGenerator.
*/

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

namespace SFC\Staticfilecache\Generator;

Expand Down
2 changes: 1 addition & 1 deletion Classes/Generator/PlainGenerator.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* PlainGenerator.
*/

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

namespace SFC\Staticfilecache\Generator;

Expand Down
2 changes: 1 addition & 1 deletion Classes/Hook/AbstractHook.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* AbstractHook.
*/

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

namespace SFC\Staticfilecache\Hook;

Expand Down
2 changes: 1 addition & 1 deletion Classes/Hook/InitFrontendUser.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Init frontend user.
*/

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

namespace SFC\Staticfilecache\Hook;

Expand Down
2 changes: 1 addition & 1 deletion Classes/Hook/LogoffFrontendUser.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Logoff process.
*/

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

namespace SFC\Staticfilecache\Hook;

Expand Down
2 changes: 1 addition & 1 deletion Classes/Hook/UninstallProcess.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* UninstallProcess.
*/

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

namespace SFC\Staticfilecache\Hook;

Expand Down
Loading

0 comments on commit 87384bb

Please sign in to comment.