Completed
Push — master ( 605918...00f053 )
by diego
02:53
created
Classes/Service/Targets/ExtbaseModel.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -136,7 +136,7 @@
 block discarded – undo
136 136
     {
137 137
         $configuration = $this->getConfiguration();
138 138
         /**
139
- * @var \TYPO3\CMS\Extbase\DomainObject\AbstractEntity $model
139
+         * @var \TYPO3\CMS\Extbase\DomainObject\AbstractEntity $model
140 140
 */
141 141
         $model = new $configuration['model'];
142 142
         $model->setPid($configuration['pid']);
Please login to merge, or discard this patch.
Classes/Service/Manager.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -86,7 +86,7 @@
 block discarded – undo
86 86
         $resources = $this->initializeResources($strategy, $filepath);
87 87
         foreach ($resources as $resource) {
88 88
             /**
89
- * @var \HDNET\Importr\Service\Resources\ResourceInterface $resource
89
+             * @var \HDNET\Importr\Service\Resources\ResourceInterface $resource
90 90
 */
91 91
             // Resourcen Object anhand der Datei auswählen
92 92
             if (preg_match($resource->getFilepathExpression(), $filepath)) {
Please login to merge, or discard this patch.
Classes/Feature/RenameFile.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,6 @@
 block discarded – undo
6 6
 
7 7
 use HDNET\Importr\Domain\Model\Import;
8 8
 use HDNET\Importr\Service\FileService;
9
-use HDNET\Importr\Service\Manager;
10 9
 use HDNET\Importr\Service\ManagerInterface;
11 10
 
12 11
 /**
Please login to merge, or discard this patch.