File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -166,6 +166,6 @@ class SugarEndpointProvider extends VersionedEndpointProvider
166166 self ::ENDPOINT_NAME => 'rest ' ,
167167 self ::ENDPOINT_CLASS => Rest::class,
168168 self ::ENDPOINT_PROPERTIES => [],
169- ]
169+ ],
170170 ];
171171}
Original file line number Diff line number Diff line change 11<?php
2+
23/**
34 * ©[2022] SugarCRM Inc. Licensed by SugarCRM under the Apache 2.0 license.
45 */
2223 */
2324class Rest extends Generic
2425{
25- protected static array $ _DEFAULT_PROPERTIES = array (
26+ protected static array $ _DEFAULT_PROPERTIES = [
2627 self ::PROPERTY_URL => '$endpoint ' ,
2728 self ::PROPERTY_AUTH => true ,
28- self ::PROPERTY_HTTP_METHOD => "GET "
29- ) ;
29+ self ::PROPERTY_HTTP_METHOD => "GET " ,
30+ ] ;
3031
3132 protected array $ headers = [];
3233
You can’t perform that action at this time.
0 commit comments