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.
1 parent 5d26c97 commit 8964e7dCopy full SHA for 8964e7d
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