diff --git a/src/Services/Endpoint.php b/src/Services/Endpoint.php index 8b50afd7..e3d47be9 100644 --- a/src/Services/Endpoint.php +++ b/src/Services/Endpoint.php @@ -219,7 +219,7 @@ public function getReloadUri(): string { * * @return string * The path for schema reloads - **/ + */ public function getReloadPath(): string { return $this->options['reload_path']; }