Completed
Branch master (820dc2)
by Tim
04:29
created
src/Actions/Processors/Batch/AbstractBatchBaseProcessor.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -54,7 +54,7 @@
 block discarded – undo
54 54
     /**
55 55
      * Return's the stack with the rows to be persisted.
56 56
      *
57
-     * @return array The stack with the rows to persist
57
+     * @return integer The stack with the rows to persist
58 58
      */
59 59
     protected function getStack()
60 60
     {
Please login to merge, or discard this patch.
src/Subjects/AbstractSubject.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -134,7 +134,7 @@
 block discarded – undo
134 134
     /**
135 135
      * Set's the system configuration.
136 136
      *
137
-     * @param \TechDivision\Import\Configuration\Subject $configuration The system configuration
137
+     * @param SubjectConfigurationInterface $configuration The system configuration
138 138
      *
139 139
      * @return void
140 140
      */
Please login to merge, or discard this patch.