diff options
Diffstat (limited to 'src/Core/ProcessedComponent.php')
-rw-r--r-- | src/Core/ProcessedComponent.php | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/Core/ProcessedComponent.php b/src/Core/ProcessedComponent.php index 7c88925..e593600 100644 --- a/src/Core/ProcessedComponent.php +++ b/src/Core/ProcessedComponent.php @@ -1,10 +1,13 @@ <?php /** -* Contains the ProcessedComponent class * PHP version 7.1.1 * @author Hannes Kindströmmer <hannes@kindstrommer.se> * @copyright 2017 IP1 SMS -* @package IP1\RESTClient\Core +* @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\Core; |