@@ -133,7 +133,7 @@ |
||
| 133 | 133 | * |
| 134 | 134 | * @param array $list Associative list of key/value pairs |
| 135 | 135 | * @param string $key Key for the value to retrieve |
| 136 | - * @param mixed $default Default value if key isn't found |
|
| 136 | + * @param string $default Default value if key isn't found |
|
| 137 | 137 | * @param mixed Value for the key in the list of the default value |
| 138 | 138 | */ |
| 139 | 139 | protected function getValue( array $list, $key, $default ) |
@@ -248,6 +248,9 @@ |
||
| 248 | 248 | } |
| 249 | 249 | |
| 250 | 250 | |
| 251 | + /** |
|
| 252 | + * @param string $catcode |
|
| 253 | + */ |
|
| 251 | 254 | protected function get( $catcode, array $domains = [] ) |
| 252 | 255 | { |
| 253 | 256 | $manager = \Aimeos\MShop\Catalog\Manager\Factory::createManager( $this->context ); |