@@ -18,6 +18,9 @@ |
||
| 18 | 18 | 'type' => 'string', |
| 19 | 19 | ]; |
| 20 | 20 | |
| 21 | + /** |
|
| 22 | + * @param \Telegram\Base\BaseType $class |
|
| 23 | + */ |
|
| 21 | 24 | public static function getAnnotations($class, $value) |
| 22 | 25 | { |
| 23 | 26 | $propertyReflect = new \ReflectionProperty($class, $value); |