Completed
Pull Request — master (#7)
by Tim
04:42
created
src/Subjects/BunchSubject.php 2 patches
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -225,7 +225,7 @@  discard block
 block discarded – undo
225 225
     /**
226 226
      * Return's the product processor instance.
227 227
      *
228
-     * @return \TechDivision\Import\Services\ProductProcessorInterface The product processor instance
228
+     * @return ProductProcessorInterface The product processor instance
229 229
      */
230 230
     public function getProductProcessor()
231 231
     {
@@ -269,7 +269,7 @@  discard block
 block discarded – undo
269 269
     /**
270 270
      * Return's the ID of the product that has been created recently.
271 271
      *
272
-     * @return string The entity Id
272
+     * @return integer The entity Id
273 273
      */
274 274
     public function getLastEntityId()
275 275
     {
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -24,7 +24,6 @@
 block discarded – undo
24 24
 use Goodby\CSV\Export\Standard\ExporterConfig;
25 25
 use TechDivision\Import\Subjects\AbstractSubject;
26 26
 use TechDivision\Import\Utils\RegistryKeys;
27
-use TechDivision\Import\Services\RegistryProcessor;
28 27
 use TechDivision\Import\Product\Utils\MemberNames;
29 28
 use TechDivision\Import\Product\Utils\VisibilityKeys;
30 29
 use TechDivision\Import\Product\Services\ProductProcessorInterface;
Please login to merge, or discard this patch.
src/Observers/UrlRewriteObserver.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -162,7 +162,7 @@
 block discarded – undo
162 162
     /**
163 163
      * Initialize's and return's the URL key filter.
164 164
      *
165
-     * @return \TechDivision\Import\Product\Utils\ConvertLiteralUrl The URL key filter
165
+     * @return ConvertLiteralUrl The URL key filter
166 166
      */
167 167
     protected function getUrlKeyFilter()
168 168
     {
Please login to merge, or discard this patch.
src/Services/ProductProcessor.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -299,7 +299,7 @@  discard block
 block discarded – undo
299 299
     /**
300 300
      * Return's the action with the product int attribute CRUD methods.
301 301
      *
302
-     * @return \TechDivision\Import\Product\Actions\ProductIntAction The action instance
302
+     * @return \TechDivision\Import\Product\Actions\ProductTextAction The action instance
303 303
      */
304 304
     public function getProductIntAction()
305 305
     {
@@ -453,7 +453,7 @@  discard block
 block discarded – undo
453 453
     /**
454 454
      * Return's the action with the stock status CRUD methods.
455 455
      *
456
-     * @return \TechDivision\Import\Product\Actions\StockStatusAction The action instance
456
+     * @return \TechDivision\Import\Product\Actions\UrlRewriteAction The action instance
457 457
      */
458 458
     public function getUrlRewriteAction()
459 459
     {
Please login to merge, or discard this patch.