Completed
Pull Request — master (#9)
by Tim
02:12
created
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.