Completed
Push — master ( 9d4e1b...826143 )
by diego
15:27 queued 01:08
created
Classes/Service/Targets/InsertUpdateTable.php 1 patch
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.
Classes/Service/Targets/ExtbaseModel.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -140,7 +140,7 @@
 block discarded – undo
140 140
     {
141 141
         $configuration = $this->getConfiguration();
142 142
         /**
143
- * @var \TYPO3\CMS\Extbase\DomainObject\AbstractEntity $model
143
+         * @var \TYPO3\CMS\Extbase\DomainObject\AbstractEntity $model
144 144
 */
145 145
         $model = new $configuration['model']();
146 146
         $model->setPid($configuration['pid']);
Please login to merge, or discard this patch.