@@ -85,7 +85,7 @@ discard block |
||
85 | 85 | /** |
86 | 86 | * Return's the reference to the configuration instance. |
87 | 87 | * |
88 | - * @return \TechDivision\Import\ConfigurationInterface The configuration instance |
|
88 | + * @return string The configuration instance |
|
89 | 89 | */ |
90 | 90 | public function getConfiguration() |
91 | 91 | { |
@@ -115,7 +115,7 @@ discard block |
||
115 | 115 | /** |
116 | 116 | * Return's the swift mailer configuration to use. |
117 | 117 | * |
118 | - * @return TechDivision\Import\Configuration\Jms\Configuration\SwiftMailer The swift mailer configuration to use |
|
118 | + * @return SwiftMailer The swift mailer configuration to use |
|
119 | 119 | */ |
120 | 120 | public function getSwiftMailer() |
121 | 121 | { |
@@ -76,7 +76,7 @@ |
||
76 | 76 | |
77 | 77 | // create an empty collection if no plugins has been specified |
78 | 78 | if ($this->plugins === null) { |
79 | - $this->plugins= new ArrayCollection(); |
|
79 | + $this->plugins = new ArrayCollection(); |
|
80 | 80 | } |
81 | 81 | } |
82 | 82 |