Completed
Pull Request — master (#76)
by Tim
02:59
created
src/Callbacks/AbstractMultiselectCallback.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -42,7 +42,7 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.
src/Observers/AbstractObserver.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -54,7 +54,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
     {
Please login to merge, or discard this patch.
src/Plugins/SubjectPlugin.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -273,7 +273,7 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.