Completed
Push — develop ( d1fb89...3cf270 )
by Vladimir
02:12
created
src/Objects/PulseColumnTextValue.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -56,7 +56,7 @@
 block discarded – undo
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);
Please login to merge, or discard this patch.