Completed
Pull Request — master (#10)
by Tim
04:44
created
src/Services/CategoryBunchProcessor.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -572,7 +572,7 @@
 block discarded – undo
572 572
      *
573 573
      * @param string $path The path of the category to count the children for
574 574
      *
575
-     * @return integer The children count of the category with the passed path
575
+     * @return string The children count of the category with the passed path
576 576
      */
577 577
     public function loadCategoryChildrenChildrenCount($path)
578 578
     {
Please login to merge, or discard this patch.
src/Subjects/AbstractCategorySubject.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -305,7 +305,7 @@
 block discarded – undo
305 305
 
306 306
         // load the global data we've prepared initially
307 307
         $this->taxClasses = $status[RegistryKeys::GLOBAL_DATA][RegistryKeys::TAX_CLASSES];
308
-        $this->storeWebsites =  $status[RegistryKeys::GLOBAL_DATA][RegistryKeys::STORE_WEBSITES];
308
+        $this->storeWebsites = $status[RegistryKeys::GLOBAL_DATA][RegistryKeys::STORE_WEBSITES];
309 309
 
310 310
         // load the available categories
311 311
         $this->categories = $this->getCategoryProcessor()->getCategoriesWithResolvedPath();
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
@@ -203,7 +203,7 @@
 block discarded – undo
203 203
     /**
204 204
      * Return's the PK to create the product => attribute relation.
205 205
      *
206
-     * @return integer The PK to create the relation with
206
+     * @return string The PK to create the relation with
207 207
      */
208 208
     protected function getPrimaryKey()
209 209
     {
Please login to merge, or discard this patch.