Skip to content

Commit

Permalink
Return comment to class, for reflection
Browse files Browse the repository at this point in the history
  • Loading branch information
superfaktura committed Jan 25, 2022
1 parent 05e8bd4 commit 7914dc6
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions SFAPIclient/SFAPIclient.php
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
<?php
/**
* @category SuperFaktura API
* @author SuperFaktura.sk s.r.o. <[email protected]>
* @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. <[email protected]>
* @version 1.32
* @link https://github.com/superfaktura/docs
*/
class SFAPIclient {

protected
Expand Down

0 comments on commit 7914dc6

Please sign in to comment.