Completed
Push — master ( 4c0acc...9607bb )
by Vladimir
09:45
created
src/PulseBoard.php 1 patch
Upper-Lower-Casing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -225,7 +225,7 @@  discard block
 block discarded – undo
225 225
      *
226 226
      * @since 0.1.0
227 227
      */
228
-    public function addSubscriber ($user_id, $as_admin = NULL)
228
+    public function addSubscriber ($user_id, $as_admin = null)
229 229
     {
230 230
         if ($user_id instanceof PulseUser)
231 231
         {
@@ -359,7 +359,7 @@  discard block
 block discarded – undo
359 359
      *
360 360
      * @return PulseGroup[]
361 361
      */
362
-    public function getGroups ($show_archived = NULL)
362
+    public function getGroups ($show_archived = null)
363 363
     {
364 364
         $url = sprintf("%s/%d/groups.json", self::apiEndpoint(), $this->getId());
365 365
         $params = array();
@@ -471,7 +471,7 @@  discard block
 block discarded – undo
471 471
         $this->deletedObject = true;
472 472
     }
473 473
 
474
-    public static function createBoard ($name, $user_id, $description = NULL)
474
+    public static function createBoard ($name, $user_id, $description = null)
475 475
     {
476 476
         $url        = sprintf("%s.json", self::apiEndpoint());
477 477
         $postParams = array(
Please login to merge, or discard this patch.