Completed
Branch master (091b75)
by Tomasz
03:01
created
src/Domain/Category/UseCase/ListCategory/ListCategoryUseCase.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -45,7 +45,7 @@  discard block
 block discarded – undo
45 45
     }
46 46
 
47 47
     /**
48
-     * @param $categories
48
+     * @param CategoryInterface[] $categories
49 49
      * @return CategoryListItem[]
50 50
      */
51 51
     private function fetchCategoriesItems($categories)
@@ -60,7 +60,7 @@  discard block
 block discarded – undo
60 60
     }
61 61
 
62 62
     /**
63
-     * @param $items
63
+     * @param CategoryListItem[] $items
64 64
      */
65 65
     private function listFetched($items)
66 66
     {
Please login to merge, or discard this patch.
src/Domain/Material/UseCase/ListMaterial/ListMaterialUseCase.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -42,7 +42,7 @@  discard block
 block discarded – undo
42 42
     }
43 43
 
44 44
     /**
45
-     * @param $materials
45
+     * @param MaterialInterface[] $materials
46 46
      *
47 47
      * @return ListMaterialItem[]
48 48
      */
@@ -70,7 +70,7 @@  discard block
 block discarded – undo
70 70
     }
71 71
 
72 72
     /**
73
-     * @param array $items
73
+     * @param ListMaterialItem[] $items
74 74
      */
75 75
     private function listFetched(array $items)
76 76
     {
Please login to merge, or discard this patch.
src/Domain/Unit/UseCase/ListUnit/UnitListUseCase.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -45,7 +45,7 @@
 block discarded – undo
45 45
     }
46 46
 
47 47
     /**
48
-     * @param array $units
48
+     * @param UnitInterface[] $units
49 49
      * @return array
50 50
      */
51 51
     private function fetchList(array $units)
Please login to merge, or discard this patch.