@@ -42,7 +42,7 @@ |
||
| 42 | 42 | * |
| 43 | 43 | * @param \TechDivision\Import\Observers\ObserverInterface $observer The observer |
| 44 | 44 | * |
| 45 | - * @return mixed The modified value |
|
| 45 | + * @return null|string The modified value |
|
| 46 | 46 | */ |
| 47 | 47 | public function handle(AttributeCodeAndValueAwareObserverInterface $observer) |
| 48 | 48 | { |
@@ -54,7 +54,7 @@ discard block |
||
| 54 | 54 | /** |
| 55 | 55 | * Set's the obeserver's subject instance to initialize the observer with. |
| 56 | 56 | * |
| 57 | - * @param object $subject The observer's subject |
|
| 57 | + * @param SubjectInterface $subject The observer's subject |
|
| 58 | 58 | * |
| 59 | 59 | * @return void |
| 60 | 60 | */ |
@@ -66,7 +66,7 @@ discard block |
||
| 66 | 66 | /** |
| 67 | 67 | * Return's the observer's subject instance. |
| 68 | 68 | * |
| 69 | - * @return object The observer's subject instance |
|
| 69 | + * @return SubjectInterface The observer's subject instance |
|
| 70 | 70 | */ |
| 71 | 71 | public function getSubject() |
| 72 | 72 | { |
@@ -273,7 +273,7 @@ |
||
| 273 | 273 | * |
| 274 | 274 | * @param \TechDivision\Import\Configuration\SubjectConfigurationInterface $subjectConfiguration The subject configuration |
| 275 | 275 | * |
| 276 | - * @return \ TechDivision\Import\Subjects\SubjectInterface The subject instance |
|
| 276 | + * @return SubjectInterface TechDivision\Import\Subjects\SubjectInterface The subject instance |
|
| 277 | 277 | */ |
| 278 | 278 | protected function subjectFactory(SubjectConfigurationInterface $subjectConfiguration) |
| 279 | 279 | { |