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. */