@@ -398,7 +398,7 @@ discard block |
||
| 398 | 398 | * |
| 399 | 399 | * @return Pulse |
| 400 | 400 | */ |
| 401 | - public function createPulse ($name, $owner, $groupId = NULL, $updateText = NULL, $announceToAll = NULL) |
|
| 401 | + public function createPulse ($name, $owner, $groupId = null, $updateText = null, $announceToAll = null) |
|
| 402 | 402 | { |
| 403 | 403 | if ($owner instanceof PulseUser) |
| 404 | 404 | { |
@@ -445,7 +445,7 @@ discard block |
||
| 445 | 445 | $this->deletedObject = true; |
| 446 | 446 | } |
| 447 | 447 | |
| 448 | - public static function createBoard ($name, $userId, $description = NULL) |
|
| 448 | + public static function createBoard ($name, $userId, $description = null) |
|
| 449 | 449 | { |
| 450 | 450 | $url = sprintf("%s.json", self::apiEndpoint()); |
| 451 | 451 | $postParams = array( |