Completed
Push — develop ( 2ce0a7...a053c0 )
by Vladimir
04:14
created
src/PulseBoard.php 1 patch
Upper-Lower-Casing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -402,7 +402,7 @@  discard block
 block discarded – undo
402 402
      *
403 403
      * @return Pulse
404 404
      */
405
-    public function createPulse ($name, $user, $groupId = NULL, $updateText = NULL, $announceToAll = NULL)
405
+    public function createPulse ($name, $user, $groupId = null, $updateText = null, $announceToAll = null)
406 406
     {
407 407
         $user       = PulseUser::_castToInt($user);
408 408
         $url        = sprintf("%s/%d/pulses.json", self::apiEndpoint(), $this->getId());
@@ -466,7 +466,7 @@  discard block
 block discarded – undo
466 466
      *
467 467
      * @return PulseBoard
468 468
      */
469
-    public static function createBoard ($name, $user, $description = NULL)
469
+    public static function createBoard ($name, $user, $description = null)
470 470
     {
471 471
         $user       = PulseUser::_castToInt($user);
472 472
         $url        = sprintf("%s.json", self::apiEndpoint());
Please login to merge, or discard this patch.