Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
services
t3o sites
typo3.org
typo3.org
Commits
be6dcb50
Commit
be6dcb50
authored
Mar 25, 2021
by
Thomas Löffler
Browse files
Fix CGL
parent
136a25a3
Pipeline
#10531
passed with stages
in 6 minutes and 23 seconds
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
extensions/typo3_roadmap/Classes/Controller/RoadmapController.php
View file @
be6dcb50
...
@@ -2,7 +2,6 @@
...
@@ -2,7 +2,6 @@
declare
(
strict_types
=
1
);
declare
(
strict_types
=
1
);
namespace
T3o\Typo3Roadmap\Controller
;
namespace
T3o\Typo3Roadmap\Controller
;
use
TYPO3\CMS\Core\Utility\GeneralUtility
;
/**
/**
* This file is part of the TYPO3 CMS project.
* This file is part of the TYPO3 CMS project.
*
*
...
@@ -19,6 +18,7 @@ use T3o\Typo3Roadmap\Domain\Model\MajorVersion;
...
@@ -19,6 +18,7 @@ use T3o\Typo3Roadmap\Domain\Model\MajorVersion;
use
T3o\Typo3Roadmap\Domain\Repository\MajorVersionRepository
;
use
T3o\Typo3Roadmap\Domain\Repository\MajorVersionRepository
;
use
T3o\Typo3Roadmap\Domain\Repository\PhpVersionRepository
;
use
T3o\Typo3Roadmap\Domain\Repository\PhpVersionRepository
;
use
TYPO3\CMS\Core\Page\PageRenderer
;
use
TYPO3\CMS\Core\Page\PageRenderer
;
use
TYPO3\CMS\Core\Utility\GeneralUtility
;
use
TYPO3\CMS\Extbase\Mvc\Controller\ActionController
;
use
TYPO3\CMS\Extbase\Mvc\Controller\ActionController
;
/**
/**
...
...
extensions/typo3_roadmap/Classes/Domain/Repository/FeatureAreaRepository.php
View file @
be6dcb50
...
@@ -3,6 +3,7 @@ declare(strict_types = 1);
...
@@ -3,6 +3,7 @@ declare(strict_types = 1);
namespace
T3o\Typo3Roadmap\Domain\Repository
;
namespace
T3o\Typo3Roadmap\Domain\Repository
;
use
TYPO3\CMS\Extbase\Persistence\Repository
;
use
TYPO3\CMS\Extbase\Persistence\Repository
;
/**
/**
* This file is part of the TYPO3 CMS project.
* This file is part of the TYPO3 CMS project.
*
*
...
...
extensions/typo3_roadmap/Classes/Domain/Repository/MajorVersionRepository.php
View file @
be6dcb50
...
@@ -3,6 +3,7 @@ declare(strict_types = 1);
...
@@ -3,6 +3,7 @@ declare(strict_types = 1);
namespace
T3o\Typo3Roadmap\Domain\Repository
;
namespace
T3o\Typo3Roadmap\Domain\Repository
;
use
TYPO3\CMS\Extbase\Persistence\Repository
;
use
TYPO3\CMS\Extbase\Persistence\Repository
;
/**
/**
* This file is part of the TYPO3 CMS project.
* This file is part of the TYPO3 CMS project.
*
*
...
...
extensions/typo3_roadmap/Classes/Domain/Repository/PhpVersionRepository.php
View file @
be6dcb50
...
@@ -3,6 +3,7 @@ declare(strict_types = 1);
...
@@ -3,6 +3,7 @@ declare(strict_types = 1);
namespace
T3o\Typo3Roadmap\Domain\Repository
;
namespace
T3o\Typo3Roadmap\Domain\Repository
;
use
TYPO3\CMS\Extbase\Persistence\Repository
;
use
TYPO3\CMS\Extbase\Persistence\Repository
;
/**
/**
* This file is part of the TYPO3 CMS project.
* This file is part of the TYPO3 CMS project.
*
*
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment