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
3120727f
Unverified
Commit
3120727f
authored
Oct 10, 2016
by
Armando Lüscher
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Improve docblock for object arrays.
parent
d58e54ba
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
Message.php
src/Entities/Message.php
+3
-3
UserProfilePhotos.php
src/Entities/UserProfilePhotos.php
+1
-1
No files found.
src/Entities/Message.php
View file @
3120727f
...
...
@@ -103,7 +103,7 @@ class Message extends Entity
* This method overrides the default getPhoto method
* and returns a nice array of PhotoSize objects.
*
* @return null|
array
* @return null|
PhotoSize[]
*/
public
function
getPhoto
()
{
...
...
@@ -118,7 +118,7 @@ class Message extends Entity
* This method overrides the default getNewChatPhoto method
* and returns a nice array of PhotoSize objects.
*
* @return null|
array
* @return null|
PhotoSize[]
*/
public
function
getNewChatPhoto
()
{
...
...
@@ -133,7 +133,7 @@ class Message extends Entity
* This method overrides the default getEntities method
* and returns a nice array of MessageEntity objects.
*
* @return null|
array
* @return null|
MessageEntity[]
*/
public
function
getEntities
()
{
...
...
src/Entities/UserProfilePhotos.php
View file @
3120727f
...
...
@@ -34,7 +34,7 @@ class UserProfilePhotos extends Entity
*
* This method overrides the default getPhotos method and returns a nice array
*
* @return
array
* @return
PhotoSize[]
*/
public
function
getPhotos
()
{
...
...
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