@@ -17,5 +17,5 @@ |
||
17 | 17 | * @param string|null $endpoint |
18 | 18 | * @return bool|null |
19 | 19 | */ |
20 | - function request(string $action, $object, string $endpoint = null):? bool; |
|
20 | + function request(string $action, $object, string $endpoint = null): ? bool; |
|
21 | 21 | } |