@@ -56,7 +56,7 @@ |
||
56 | 56 | $url = sprintf("%s/%d/columns/%s/text.json", self::apiEndpoint(), $this->board_id, $this->column_id); |
57 | 57 | $postParams = array( |
58 | 58 | "pulse_id" => $this->pulse_id, |
59 | - "text" => (string)$text |
|
59 | + "text" => (string) $text |
|
60 | 60 | ); |
61 | 61 | |
62 | 62 | $result = self::sendPut($url, $postParams); |