Completed
Push — master ( bf6d57...b699ea )
by Vladimir
02:38
created
src/Objects/ApiObject.php 1 patch
Upper-Lower-Casing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -454,7 +454,7 @@
 block discarded – undo
454 454
      *
455 455
      * @return string The base URL to call
456 456
      */
457
-    final protected static function apiEndpoint ($apiPrefix = NULL)
457
+    final protected static function apiEndpoint ($apiPrefix = null)
458 458
     {
459 459
         $apiSection = isset($apiPrefix) ? $apiPrefix : static::API_PREFIX;
460 460
 
Please login to merge, or discard this patch.