Completed
Push — master ( d0f38c...a519d5 )
by Vladimir
02:28
created
src/Objects/ApiObject.php 1 patch
Upper-Lower-Casing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -387,7 +387,7 @@
 block discarded – undo
387 387
      *
388 388
      * @return string The base URL to call
389 389
      */
390
-    protected static function apiEndpoint ($apiPrefix = NULL)
390
+    protected static function apiEndpoint ($apiPrefix = null)
391 391
     {
392 392
         $apiSection = isset($apiPrefix) ? $apiPrefix : static::API_PREFIX;
393 393
 
Please login to merge, or discard this patch.