Completed
Branch master (49f8ad)
by Tim
07:48
created
src/Configuration.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -332,7 +332,7 @@  discard block
 block discarded – undo
332 332
     /**
333 333
      * Return's the operation, initialize from the actual operation name.
334 334
      *
335
-     * @return \TechDivision\Import\Configuration\OperationInterface The operation instance
335
+     * @return Operation The operation instance
336 336
      */
337 337
     protected function getOperation()
338 338
     {
@@ -344,7 +344,7 @@  discard block
 block discarded – undo
344 344
      *
345 345
      * @param string $operationName The operation name that has to be used
346 346
      *
347
-     * @return void
347
+     * @return string
348 348
      */
349 349
     public function setOperationName($operationName)
350 350
     {
Please login to merge, or discard this patch.
src/Configuration/Logger/Handler.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -92,7 +92,7 @@
 block discarded – undo
92 92
     /**
93 93
      * Return's the swift mailer configuration to use.
94 94
      *
95
-     * @return TechDivision\Import\Configuration\Jms\Configuration\SwiftMailer The swift mailer configuration to use
95
+     * @return \TechDivision\Import\Configuration\Jms\Configuration\SwiftMailer The swift mailer configuration to use
96 96
      */
97 97
     public function getSwiftMailer()
98 98
     {
Please login to merge, or discard this patch.
src/Configuration/Plugin.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -85,7 +85,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
     {
Please login to merge, or discard this patch.
src/Configuration/SwiftMailer.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -91,7 +91,7 @@
 block discarded – undo
91 91
     /**
92 92
      * Return's the swift mailer transport configuration to use.
93 93
      *
94
-     * @return TechDivision\Import\Configuration\Jms\Configuration\SwiftMailer\Transport The transport configuration to use
94
+     * @return SwiftMailer\Transport The transport configuration to use
95 95
      */
96 96
     public function getTransport()
97 97
     {
Please login to merge, or discard this patch.