From bed29b7d49a05abf2396b913d303b0d6485d945d Mon Sep 17 00:00:00 2001 From: flashwave Date: Fri, 16 Aug 2024 15:33:42 +0000 Subject: [PATCH] Readded newlines that got eaten by the headers update script. --- src/Server/RpcProcedure.php | 1 + src/Server/RpcQuery.php | 1 + 2 files changed, 2 insertions(+) diff --git a/src/Server/RpcProcedure.php b/src/Server/RpcProcedure.php index fdb483d..27c6375 100644 --- a/src/Server/RpcProcedure.php +++ b/src/Server/RpcProcedure.php @@ -6,6 +6,7 @@ namespace Aiwass\Server; use Attribute; + /** * Provides an attribute for marking methods in a class as an RPC Query action. */ diff --git a/src/Server/RpcQuery.php b/src/Server/RpcQuery.php index bb557ee..ceb4f31 100644 --- a/src/Server/RpcQuery.php +++ b/src/Server/RpcQuery.php @@ -6,6 +6,7 @@ namespace Aiwass\Server; use Attribute; + /** * Provides an attribute for marking methods in a class as an RPC Query action. */