@@ -101,7 +101,7 @@ discard block |
||
101 | 101 | * @param $id |
102 | 102 | * @param $system |
103 | 103 | * @param $profileType |
104 | - * @param $cache |
|
104 | + * @param boolean $cache |
|
105 | 105 | * @return array |
106 | 106 | */ |
107 | 107 | private function getParams($id, $system, $profileType, $cache) |
@@ -123,7 +123,7 @@ discard block |
||
123 | 123 | /** |
124 | 124 | * @param $response |
125 | 125 | * @param $profileType |
126 | - * @param $raw |
|
126 | + * @param boolean $raw |
|
127 | 127 | * |
128 | 128 | * @return bool|mixed |
129 | 129 | */ |