Skip to content

Commit

Permalink
Fixed errors in Notification.php parameter definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
jenniferjsmmiller committed Feb 9, 2017
1 parent 643b34f commit dc9b356
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/UrbanAirship/Push/Notification.php
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,8 @@ function message($title, $body, $content_type=null, $content_encoding=null,
* @param displayType String: Specifies the display type. Currently, the only valid
* option is "banner".
* @param expiry int|timestamp: Specifies the time when the in-app message will expire.
* Defaults to 90 days from time of API request. Integer values will be interpreted as seconds * from now (time of API request).
* Defaults to 90 days from time of API request. Integer values will be interpreted as seconds
* from now (time of API request).
* @param display Object: Specifies the appearance of the in-app message.
* @param actions Object: Specifies actions which occur when the user taps on the in-app
* message
Expand Down

0 comments on commit dc9b356

Please sign in to comment.