Skip to content

Commit

Permalink
add null to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
wanghanlin committed Jan 2, 2018
1 parent 0202391 commit 2093e7e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Illuminate/Notifications/Messages/SlackAttachment.php
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ class SlackAttachment
* Set the title of the attachment.
*
* @param string $title
* @param string $url
* @param string|null $url
* @return $this
*/
public function title($title, $url = null)
Expand Down Expand Up @@ -286,8 +286,8 @@ public function timestamp($timestamp)
* Set the author.
*
* @param string $name
* @param string $link
* @param string $icon
* @param string|null $link
* @param string|null $icon
* @return $this
*/
public function author($name, $link = null, $icon = null)
Expand Down

0 comments on commit 2093e7e

Please sign in to comment.