@@ -65,7 +65,7 @@ |
||
| 65 | 65 | } |
| 66 | 66 | |
| 67 | 67 | /** |
| 68 | - * @param TelegramRawData $data |
|
| 68 | + * @param TelegramResponse $data |
|
| 69 | 69 | * @param LoggerInterface $logger |
| 70 | 70 | * @return TelegramTypes |
| 71 | 71 | * @throws InvalidResultType |
@@ -78,7 +78,7 @@ |
||
| 78 | 78 | /** |
| 79 | 79 | * Yields all local files (if present) |
| 80 | 80 | * |
| 81 | - * @return Generator|InputFile[] |
|
| 81 | + * @return Generator |
|
| 82 | 82 | */ |
| 83 | 83 | public function getLocalFiles(): Generator |
| 84 | 84 | { |
@@ -16,7 +16,6 @@ |
||
| 16 | 16 | /** |
| 17 | 17 | * @param array|null $data |
| 18 | 18 | * @param LoggerInterface|null $logger |
| 19 | - |
|
| 20 | 19 | * @noinspection MagicMethodsValidityInspection |
| 21 | 20 | * @noinspection PhpMissingParentConstructorInspection |
| 22 | 21 | */ |