Commit 36408fed authored by Monster3D's avatar Monster3D

Edit a code for psr standard

parent 8a92dcc1
...@@ -44,8 +44,9 @@ class CallbackQuery extends Entity ...@@ -44,8 +44,9 @@ class CallbackQuery extends Entity
* *
* @param array $data * @param array $data
* @throws \Longman\TelegramBot\Exception\TelegramException * @throws \Longman\TelegramBot\Exception\TelegramException
* *
* @todo This need refactor. Not support SOLID - "D" (need dependency inversion class User as argument) * @todo This need refactor. Not support SOLID - "D" (need dependency inversion class User as argument)
*
*/ */
public function __construct(array $data) public function __construct(array $data)
{ {
......
...@@ -31,6 +31,7 @@ class ChatMember extends Entity ...@@ -31,6 +31,7 @@ class ChatMember extends Entity
* @throws \Longman\TelegramBot\Exception\TelegramException * @throws \Longman\TelegramBot\Exception\TelegramException
* *
* @todo refactor this, class User need dependency inversion * @todo refactor this, class User need dependency inversion
*
*/ */
public function __construct(array $data) public function __construct(array $data)
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment