@@ -106,6 +106,10 @@ |
||
106 | 106 | /* |
107 | 107 | * Converts IShare[] to int[][] hash map |
108 | 108 | */ |
109 | + |
|
110 | + /** |
|
111 | + * @param IShare[] $allShares |
|
112 | + */ |
|
109 | 113 | private function convertToHashMap($allShares, $initShareTypes) { |
110 | 114 | // Use some already preinitialized hash map which may contain some values e.g. empty arrays |
111 | 115 | $shareTypes = $initShareTypes; |