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
ecd4449a
Unverified
Commit
ecd4449a
authored
Jun 12, 2019
by
Armando Lüscher
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix all subEntities method visibility.
parent
c77ccd6c
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
7 additions
and
7 deletions
+7
-7
CallbackQuery.php
src/Entities/CallbackQuery.php
+1
-1
Chat.php
src/Entities/Chat.php
+1
-1
ChatMember.php
src/Entities/ChatMember.php
+1
-1
OrderInfo.php
src/Entities/Payments/OrderInfo.php
+1
-1
PreCheckoutQuery.php
src/Entities/Payments/PreCheckoutQuery.php
+1
-1
ShippingQuery.php
src/Entities/Payments/ShippingQuery.php
+1
-1
SuccessfulPayment.php
src/Entities/Payments/SuccessfulPayment.php
+1
-1
No files found.
src/Entities/CallbackQuery.php
View file @
ecd4449a
...
@@ -30,7 +30,7 @@ class CallbackQuery extends Entity
...
@@ -30,7 +30,7 @@ class CallbackQuery extends Entity
/**
/**
* {@inheritdoc}
* {@inheritdoc}
*/
*/
p
ublic
function
subEntities
()
p
rotected
function
subEntities
()
{
{
return
[
return
[
'from'
=>
User
::
class
,
'from'
=>
User
::
class
,
...
...
src/Entities/Chat.php
View file @
ecd4449a
...
@@ -46,7 +46,7 @@ class Chat extends Entity
...
@@ -46,7 +46,7 @@ class Chat extends Entity
/**
/**
* {@inheritdoc}
* {@inheritdoc}
*/
*/
p
ublic
function
subEntities
()
p
rotected
function
subEntities
()
{
{
return
[
return
[
'photo'
=>
ChatPhoto
::
class
,
'photo'
=>
ChatPhoto
::
class
,
...
...
src/Entities/ChatMember.php
View file @
ecd4449a
...
@@ -38,7 +38,7 @@ class ChatMember extends Entity
...
@@ -38,7 +38,7 @@ class ChatMember extends Entity
/**
/**
* {@inheritdoc}
* {@inheritdoc}
*/
*/
p
ublic
function
subEntities
()
p
rotected
function
subEntities
()
{
{
return
[
return
[
'user'
=>
User
::
class
,
'user'
=>
User
::
class
,
...
...
src/Entities/Payments/OrderInfo.php
View file @
ecd4449a
...
@@ -29,7 +29,7 @@ class OrderInfo extends Entity
...
@@ -29,7 +29,7 @@ class OrderInfo extends Entity
/**
/**
* {@inheritdoc}
* {@inheritdoc}
*/
*/
p
ublic
function
subEntities
()
p
rotected
function
subEntities
()
{
{
return
[
return
[
'shipping_address'
=>
ShippingAddress
::
class
,
'shipping_address'
=>
ShippingAddress
::
class
,
...
...
src/Entities/Payments/PreCheckoutQuery.php
View file @
ecd4449a
...
@@ -34,7 +34,7 @@ class PreCheckoutQuery extends Entity
...
@@ -34,7 +34,7 @@ class PreCheckoutQuery extends Entity
/**
/**
* {@inheritdoc}
* {@inheritdoc}
*/
*/
p
ublic
function
subEntities
()
p
rotected
function
subEntities
()
{
{
return
[
return
[
'from'
=>
User
::
class
,
'from'
=>
User
::
class
,
...
...
src/Entities/Payments/ShippingQuery.php
View file @
ecd4449a
...
@@ -31,7 +31,7 @@ class ShippingQuery extends Entity
...
@@ -31,7 +31,7 @@ class ShippingQuery extends Entity
/**
/**
* {@inheritdoc}
* {@inheritdoc}
*/
*/
p
ublic
function
subEntities
()
p
rotected
function
subEntities
()
{
{
return
[
return
[
'from'
=>
User
::
class
,
'from'
=>
User
::
class
,
...
...
src/Entities/Payments/SuccessfulPayment.php
View file @
ecd4449a
...
@@ -32,7 +32,7 @@ class SuccessfulPayment extends Entity
...
@@ -32,7 +32,7 @@ class SuccessfulPayment extends Entity
/**
/**
* {@inheritdoc}
* {@inheritdoc}
*/
*/
p
ublic
function
subEntities
()
p
rotected
function
subEntities
()
{
{
return
[
return
[
'order_info'
=>
OrderInfo
::
class
,
'order_info'
=>
OrderInfo
::
class
,
...
...
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