@@ -144,7 +144,7 @@ |
||
144 | 144 | /** |
145 | 145 | * Return the item types |
146 | 146 | * |
147 | - * @return \stdClass[] Item types |
|
147 | + * @return string[] Item types |
|
148 | 148 | */ |
149 | 149 | public function getType() |
150 | 150 | { |
@@ -118,7 +118,7 @@ |
||
118 | 118 | * @param string $profile Profile |
119 | 119 | * @param string $attribute Attribute name |
120 | 120 | * @param string $value Attribute value |
121 | - * @return array Attribute values |
|
121 | + * @return string[] Attribute values |
|
122 | 122 | */ |
123 | 123 | protected function parseAttributeValue($profile, $attribute, $value) |
124 | 124 | { |