@@ -45,8 +45,6 @@ |
||
45 | 45 | /** |
46 | 46 | * Build endpoint url. |
47 | 47 | * |
48 | - * @param string $type |
|
49 | - * @param string $resource |
|
50 | 48 | * @param string $function |
51 | 49 | * |
52 | 50 | * @return string |
@@ -14,7 +14,7 @@ discard block |
||
14 | 14 | /** |
15 | 15 | * Class SubmailGateway. |
16 | 16 | */ |
17 | -class SubmailGateway extends Gateway{ |
|
17 | +class SubmailGateway extends Gateway { |
|
18 | 18 | |
19 | 19 | use HasHttpRequest; |
20 | 20 | |
@@ -53,6 +53,6 @@ discard block |
||
53 | 53 | */ |
54 | 54 | protected function buildEndpoint($function) |
55 | 55 | { |
56 | - return sprintf(self::ENDPOINT_TEMPLATE,$function, self::ENDPOINT_FORMAT); |
|
56 | + return sprintf(self::ENDPOINT_TEMPLATE, $function, self::ENDPOINT_FORMAT); |
|
57 | 57 | } |
58 | 58 | } |
59 | 59 | \ No newline at end of file |