Completed
Push — 15.x ( 64043b...a8a0e5 )
by Tim
02:48
created
src/Configuration.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1248,7 +1248,7 @@
 block discarded – undo
1248 1248
     /**
1249 1249
      * Whether or not the files should be moved from the source to the target directory.
1250 1250
      *
1251
-     * @return TRUE if the files should be moved, FALSE otherwise
1251
+     * @return boolean if the files should be moved, FALSE otherwise
1252 1252
      */
1253 1253
     public function shouldMoveFiles()
1254 1254
     {
Please login to merge, or discard this patch.
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -35,8 +35,6 @@
 block discarded – undo
35 35
 use TechDivision\Import\Configuration\ListenerAwareConfigurationInterface;
36 36
 use TechDivision\Import\Utils\OperationKeys;
37 37
 use TechDivision\Import\Configuration\OperationConfigurationInterface;
38
-use TechDivision\Import\Configuration\Jms\Configuration\Plugin;
39
-use TechDivision\Import\Configuration\Jms\Configuration\Subject;
40 38
 
41 39
 /**
42 40
  * A simple JMS based configuration implementation.
Please login to merge, or discard this patch.
src/Configuration/Plugin.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -29,7 +29,6 @@
 block discarded – undo
29 29
 use TechDivision\Import\Configuration\ListenerAwareConfigurationInterface;
30 30
 use TechDivision\Import\Configuration\Jms\Configuration\Subject\ImportAdapter;
31 31
 use TechDivision\Import\Configuration\Jms\Configuration\Subject\ExportAdapter;
32
-use TechDivision\Import\Configuration\SubjectConfigurationInterface;
33 32
 
34 33
 /**
35 34
  * A simple plugin configuration implementation.
Please login to merge, or discard this patch.