1
0
Fork 0
mirror of synced 2025-04-03 21:23:35 +03:00

Fix code-style

This commit is contained in:
Бараников Максим 2021-10-15 11:28:31 +03:00
parent b5e26c1cf8
commit 36ace389d5
2 changed files with 5 additions and 6 deletions

View file

@ -5,7 +5,7 @@
*
* Suggestion entity
*
* @package RetailCrm\Mg\Bot\Model\Entity\Message
* @package RetailCrm\Mg\Bot\Model\Entity\Message
*/
namespace RetailCrm\Mg\Bot\Model\Entity\Message;
@ -18,7 +18,7 @@ use RetailCrm\Mg\Bot\Model\ModelInterface;
/**
* Suggestion class
*
* @package RetailCrm\Mg\Bot\Model\Entity\Message
* @package RetailCrm\Mg\Bot\Model\Entity\Message
*/
class Suggestion implements ModelInterface
{

View file

@ -5,7 +5,7 @@
*
* TransportAttachments entity
*
* @package RetailCrm\Mg\Bot\Model\Entity\Message
* @package RetailCrm\Mg\Bot\Model\Entity\Message
*/
namespace RetailCrm\Mg\Bot\Model\Entity\Message;
@ -18,7 +18,7 @@ use RetailCrm\Mg\Bot\Model\ModelInterface;
/**
* TransportAttachments class
*
* @package RetailCrm\Mg\Bot\Model\Entity\Message
* @package RetailCrm\Mg\Bot\Model\Entity\Message
*/
class TransportAttachments implements ModelInterface
{
@ -47,5 +47,4 @@ class TransportAttachments implements ModelInterface
{
return $this->suggestions;
}
}
}