From dc9b356f956d3cb278ef4a952d0e389c7a71e2b7 Mon Sep 17 00:00:00 2001 From: jenniferjsmmiller Date: Thu, 9 Feb 2017 12:34:22 -0800 Subject: [PATCH] Fixed errors in Notification.php parameter definitions --- src/UrbanAirship/Push/Notification.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/UrbanAirship/Push/Notification.php b/src/UrbanAirship/Push/Notification.php index 8c1a2cb..aecd35c 100644 --- a/src/UrbanAirship/Push/Notification.php +++ b/src/UrbanAirship/Push/Notification.php @@ -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