Skip to content

Commit bc9db80

Browse files
authored
Merge pull request #7 from JackWH/patch-1
Fix @return type declarations
2 parents 43983d6 + 8964e7d commit bc9db80

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/CampfireMessage.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public static function create()
2323
* https://github.com/basecamp/bc3-api/blob/master/sections/rich_text.md
2424
*
2525
* @param string $data
26-
* @return this
26+
* @return self
2727
*/
2828
public function data($data)
2929
{
@@ -34,7 +34,7 @@ public function data($data)
3434
* Set the summary text when using details.
3535
*
3636
* @param string $summary
37-
* @return this
37+
* @return self
3838
*/
3939
public function summary($summary)
4040
{
@@ -47,7 +47,7 @@ public function summary($summary)
4747
* Set the details that will be displayed in a dropdown.
4848
*
4949
* @param string $details
50-
* @return this
50+
* @return self
5151
*/
5252
public function details($details)
5353
{

0 commit comments

Comments
 (0)