@@ -3,7 +3,6 @@ |
||
| 3 | 3 | namespace Skobkin\Bundle\PointToolsBundle\Controller; |
| 4 | 4 | |
| 5 | 5 | use Skobkin\Bundle\PointToolsBundle\Entity\Blogs\Post; |
| 6 | -use Skobkin\Bundle\PointToolsBundle\Service\UserApi; |
|
| 7 | 6 | use Symfony\Bundle\FrameworkBundle\Controller\Controller; |
| 8 | 7 | use Sensio\Bundle\FrameworkExtraBundle\Configuration\ParamConverter; |
| 9 | 8 | use Symfony\Component\HttpFoundation\Response; |
@@ -3,7 +3,6 @@ |
||
| 3 | 3 | namespace Skobkin\Bundle\PointToolsBundle\Service\Factory\Blogs; |
| 4 | 4 | |
| 5 | 5 | use Doctrine\ORM\EntityManager; |
| 6 | -use Doctrine\ORM\EntityManagerInterface; |
|
| 7 | 6 | use Doctrine\ORM\EntityRepository; |
| 8 | 7 | use Psr\Log\LoggerInterface; |
| 9 | 8 | use Skobkin\Bundle\PointToolsBundle\Entity\Blogs\File; |
@@ -42,7 +42,7 @@ |
||
| 42 | 42 | return $this->sendMessageToChat($account->getChatId(), $text, $parseMode, $keyboardMarkup, $disableWebPreview, $disableNotifications); |
| 43 | 43 | } |
| 44 | 44 | |
| 45 | - public function sendMessageToChat( |
|
| 45 | + public function sendMessageToChat( |
|
| 46 | 46 | int $chatId, |
| 47 | 47 | string $text, |
| 48 | 48 | string $parseMode = self::PARSE_MODE_NOPARSE, |