Skip to content

Commit 27973ed

Browse files
committed
Fix php cs
1 parent 0b93e79 commit 27973ed

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

Build/phpunit/FunctionalTestsBootstrap.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
23
/*
34
* This file is part of the TYPO3 CMS project.
45
*

Build/phpunit/UnitTestsBootstrap.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
23
/*
34
* This file is part of the TYPO3 CMS project.
45
*

Classes/Service/RedirectDemandService.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ public function __construct(
1818
protected EventDispatcherInterface $eventDispatcher,
1919
protected ?Demand $demand = null,
2020
protected array $data = []
21-
)
22-
{ }
21+
) {
22+
}
2323

2424
/**
2525
* @param int $page

0 commit comments

Comments
 (0)