@@ -13,6 +13,9 @@ |
||
| 13 | 13 | trait FetchesWeight |
| 14 | 14 | { |
| 15 | 15 | |
| 16 | + /** |
|
| 17 | + * @param string $key |
|
| 18 | + */ |
|
| 16 | 19 | abstract public function options($key = null); |
| 17 | 20 | |
| 18 | 21 | /** |