We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 43983d6 + 8964e7d commit bc9db80Copy full SHA for bc9db80
src/CampfireMessage.php
@@ -23,7 +23,7 @@ public static function create()
23
* https://github.com/basecamp/bc3-api/blob/master/sections/rich_text.md
24
*
25
* @param string $data
26
- * @return this
+ * @return self
27
*/
28
public function data($data)
29
{
@@ -34,7 +34,7 @@ public function data($data)
34
* Set the summary text when using details.
35
36
* @param string $summary
37
38
39
public function summary($summary)
40
@@ -47,7 +47,7 @@ public function summary($summary)
47
* Set the details that will be displayed in a dropdown.
48
49
* @param string $details
50
51
52
public function details($details)
53
0 commit comments