From fd2778cf91ec8ed97057fc90c0495c5be044def2 Mon Sep 17 00:00:00 2001 From: Phil Tyler Date: Tue, 12 Nov 2024 11:18:24 -0800 Subject: [PATCH] lint --- src/Services/Endpoint.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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']; }