Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
TelegramBot
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kulya
TelegramBot
Commits
36408fed
Commit
36408fed
authored
Oct 30, 2016
by
Monster3D
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Edit a code for psr standard
parent
8a92dcc1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
CallbackQuery.php
src/Entities/CallbackQuery.php
+2
-1
ChatMember.php
src/Entities/ChatMember.php
+1
-0
No files found.
src/Entities/CallbackQuery.php
View file @
36408fed
...
...
@@ -44,8 +44,9 @@ class CallbackQuery extends Entity
*
* @param array $data
* @throws \Longman\TelegramBot\Exception\TelegramException
*
*
* @todo This need refactor. Not support SOLID - "D" (need dependency inversion class User as argument)
*
*/
public
function
__construct
(
array
$data
)
{
...
...
src/Entities/ChatMember.php
View file @
36408fed
...
...
@@ -31,6 +31,7 @@ class ChatMember extends Entity
* @throws \Longman\TelegramBot\Exception\TelegramException
*
* @todo refactor this, class User need dependency inversion
*
*/
public
function
__construct
(
array
$data
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment