From 7914dc623dfda46c8496f7437adfcc4b16715950 Mon Sep 17 00:00:00 2001 From: Superfaktura Date: Tue, 25 Jan 2022 12:20:21 +0100 Subject: [PATCH] Return comment to class, for reflection --- SFAPIclient/SFAPIclient.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/SFAPIclient/SFAPIclient.php b/SFAPIclient/SFAPIclient.php index 19f9cd9..cf92618 100755 --- a/SFAPIclient/SFAPIclient.php +++ b/SFAPIclient/SFAPIclient.php @@ -1,15 +1,15 @@ - * @version 1.31 - * @link https://github.com/superfaktura/docs - */ if (!class_exists('Requests')) { require_once('Requests.php'); } +/** + * @category SuperFaktura API + * @author SuperFaktura.sk s.r.o. + * @version 1.32 + * @link https://github.com/superfaktura/docs + */ class SFAPIclient { protected