Completed
Push — 14.x ( 3aee6d )
by Tim
04:45
created
src/Configuration.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -388,7 +388,7 @@
 block discarded – undo
388 388
      *
389 389
      * @param string $operationName The operation name that has to be used
390 390
      *
391
-     * @return void
391
+     * @return string
392 392
      */
393 393
     public function setOperationName($operationName)
394 394
     {
Please login to merge, or discard this patch.
src/Configuration/Plugin.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -109,7 +109,7 @@
 block discarded – undo
109 109
     /**
110 110
      * Return's the reference to the configuration instance.
111 111
      *
112
-     * @return \TechDivision\Import\ConfigurationInterface The configuration instance
112
+     * @return string The configuration instance
113 113
      */
114 114
     public function getConfiguration()
115 115
     {
Please login to merge, or discard this patch.
src/Configuration/Subject/FileResolver.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -179,7 +179,7 @@
 block discarded – undo
179 179
     /**
180 180
      * Return's the elements the filenames consists of.
181 181
      *
182
-     * @return array The array with the filename elements
182
+     * @return string The array with the filename elements
183 183
      */
184 184
     public function getPatternElements()
185 185
     {
Please login to merge, or discard this patch.
src/Configuration/Subject.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -435,7 +435,7 @@
 block discarded – undo
435 435
     /**
436 436
      * Return's the reference to the parent plugin configuration instance.
437 437
      *
438
-     * @return \TechDivision\Import\ConfigurationInterface The parent plugin configuration instance
438
+     * @return PluginConfigurationInterface The parent plugin configuration instance
439 439
      */
440 440
     public function getPluginConfiguration()
441 441
     {
Please login to merge, or discard this patch.