Completed
Push — master ( 934f4d...884678 )
by Tim
15s queued 10s
created
src/Plugins/SubjectPlugin.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -269,7 +269,7 @@
 block discarded – undo
269 269
      *
270 270
      * @param \TechDivision\Import\Configuration\SubjectConfigurationInterface $subjectConfiguration The subject configuration
271 271
      *
272
-     * @return object The handler instance
272
+     * @return \TechDivision\Import\Subjects\SubjectInterface The handler instance
273 273
      */
274 274
     protected function subjectFactory(SubjectConfigurationInterface $subjectConfiguration)
275 275
     {
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -28,7 +28,6 @@
 block discarded – undo
28 28
 use TechDivision\Import\Exceptions\MissingOkFileException;
29 29
 use TechDivision\Import\Subjects\ExportableSubjectInterface;
30 30
 use TechDivision\Import\Configuration\SubjectConfigurationInterface;
31
-use TechDivision\Import\Utils\Generators\CoreConfigDataUidGenerator;
32 31
 use TechDivision\Import\ApplicationInterface;
33 32
 use TechDivision\Import\Configuration\PluginConfigurationInterface;
34 33
 
Please login to merge, or discard this patch.