Completed
Push — master ( dd98a7...a98764 )
by diego
10s
created
Classes/Service/Targets/InsertUpdateTable.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -110,7 +110,7 @@
 block discarded – undo
110 110
      * Fetch all records from the target table, where the PID equals the PID specified
111 111
      * in the target section of the strategy
112 112
      *
113
-     * @param $selectFields
113
+     * @param string $selectFields
114 114
      * @return array
115 115
      */
116 116
     protected function getRecords($selectFields)
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 namespace HDNET\Importr\Service\Targets;
3 3
 
4 4
 use HDNET\Importr\Domain\Model\Strategy;
5
-use TYPO3\CMS\Extbase\DomainObject\AbstractEntity;
6 5
 use HDNET\Importr\Utility;
7 6
 
8 7
 /**
Please login to merge, or discard this patch.