|
@@ -610,7 +610,7 @@ discard block |
|
|
block discarded – undo |
|
610
|
610
|
/** |
|
611
|
611
|
* This method queries whether or not the next step has to be processed or not. |
|
612
|
612
|
* |
|
613
|
|
- * @return boolean TRUE if the next step has to be skipped, else FALSE |
|
|
613
|
+ * @return string|boolean TRUE if the next step has to be skipped, else FALSE |
|
614
|
614
|
* @throws \Exception Is thrown, if the configured source directory is not available |
|
615
|
615
|
*/ |
|
616
|
616
|
protected function skipStep() |
|
@@ -948,7 +948,7 @@ discard block |
|
|
block discarded – undo |
|
948
|
948
|
/** |
|
949
|
949
|
* Factory method to create new handler instances. |
|
950
|
950
|
* |
|
951
|
|
- * @param \TechDivision\Import\Configuration\Subject $subject The subject configuration |
|
|
951
|
+ * @param \TechDivision\Import\Configuration\SubjectInterface $subject The subject configuration |
|
952
|
952
|
* |
|
953
|
953
|
* @return object The handler instance |
|
954
|
954
|
*/ |
Please login to merge, or discard this patch.