Completed
Push — master ( b02a3c...bb6279 )
by Vladimir
02:13
created
src/Pulse.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -244,7 +244,7 @@  discard block
 block discarded – undo
244 244
      * @param string $title
245 245
      * @since 0.1.0
246 246
      */
247
-    public function editName($title)
247
+    public function editName ($title)
248 248
     {
249 249
         $editUrl    = sprintf("%s/%d.json", self::apiEndpoint(), $this->getId());
250 250
         $postParams = array(
@@ -263,7 +263,7 @@  discard block
 block discarded – undo
263 263
      * @api
264 264
      * @since 0.1.0
265 265
      */
266
-    public function archivePulse()
266
+    public function archivePulse ()
267 267
     {
268 268
         $archiveURL = sprintf("%s/%d.json", self::apiEndpoint(), $this->getId());
269 269
         $getParams  = array(
Please login to merge, or discard this patch.