Skip to content

Commit

Permalink
Return comment to file, not class. Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
superfaktura committed Jan 25, 2022
1 parent 3813c8b commit 05e8bd4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions SFAPIclient/SFAPIclient.php
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
<?php

if (!class_exists('Requests')) {
require_once('Requests.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');
}

class SFAPIclient {

protected
Expand Down

0 comments on commit 05e8bd4

Please sign in to comment.