Completed
Push — master ( 44c1b1...ffa616 )
by Tim
11s
created
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/Operation.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -76,7 +76,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.