diff options
Diffstat (limited to 'src/Recipient/ProcessedGroup.php')
-rw-r--r-- | src/Recipient/ProcessedGroup.php | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/Recipient/ProcessedGroup.php b/src/Recipient/ProcessedGroup.php index ce86591..bbe0985 100644 --- a/src/Recipient/ProcessedGroup.php +++ b/src/Recipient/ProcessedGroup.php @@ -1,10 +1,13 @@ <?php /** -* Contains the ProcessedGroup class * PHP version 7.1.1 * @author Hannes Kindströmmer <hannes@kindstrommer.se> * @copyright 2017 IP1 SMS -* @package IP1\RESTClient\Recipient +* @license https://www.gnu.org/licenses/lgpl-3.0.txt LGPL-3.0 +* @version 0.1.0-beta +* @since File available since Release 0.1.0-beta +* @link http://api.ip1sms.com/Help +* @link https://github.com/iP1SMS/ip1-php-sdk */ namespace IP1\RESTClient\Recipient; |