diff --git a/example/CreateUserLiveTest.php b/example/CreateUserLiveTest.php index b4d0ad0..51c49c2 100644 --- a/example/CreateUserLiveTest.php +++ b/example/CreateUserLiveTest.php @@ -5,7 +5,6 @@ * * @copyright $year$ Core Business Solutions * @license MIT - * @version $version$ */ declare(strict_types=1); diff --git a/example/GetEnrollmentReportLiveTest.php b/example/GetEnrollmentReportLiveTest.php index ce2fdb3..d1cb09d 100644 --- a/example/GetEnrollmentReportLiveTest.php +++ b/example/GetEnrollmentReportLiveTest.php @@ -10,7 +10,6 @@ * * @copyright $year$ Core Business Solutions * @license MIT - * @version $version$ */ declare(strict_types=1); diff --git a/example/ListGroupsLiveTest.php b/example/ListGroupsLiveTest.php index d12edda..d192ef4 100644 --- a/example/ListGroupsLiveTest.php +++ b/example/ListGroupsLiveTest.php @@ -5,7 +5,6 @@ * * @copyright $year$ Core Business Solutions * @license MIT - * @version $version$ */ declare(strict_types=1); diff --git a/example/ListUsersLiveTest.php b/example/ListUsersLiveTest.php index 74aeb6d..95922f5 100644 --- a/example/ListUsersLiveTest.php +++ b/example/ListUsersLiveTest.php @@ -5,7 +5,6 @@ * * @copyright $year$ Core Business Solutions * @license MIT - * @version $version$ */ declare(strict_types=1); diff --git a/example/UpdateUserLiveTest.php b/example/UpdateUserLiveTest.php index 18b8079..c462f30 100644 --- a/example/UpdateUserLiveTest.php +++ b/example/UpdateUserLiveTest.php @@ -5,7 +5,6 @@ * * @copyright $year$ Core Business Solutions * @license MIT - * @version $version$ */ declare(strict_types=1); diff --git a/src/Client.php b/src/Client.php index 233e077..9adcc0b 100644 --- a/src/Client.php +++ b/src/Client.php @@ -5,7 +5,6 @@ * * @copyright $year$ Core Business Solutions * @license MIT - * @version $version$ */ declare(strict_types=1); diff --git a/src/DataTypes/CustomField.php b/src/DataTypes/CustomField.php index c0206c9..6b0bf04 100644 --- a/src/DataTypes/CustomField.php +++ b/src/DataTypes/CustomField.php @@ -5,7 +5,6 @@ * * @copyright $year$ Core Business Solutions * @license MIT - * @version $version$ */ declare(strict_types=1); diff --git a/src/DataTypes/ErrorCode.php b/src/DataTypes/ErrorCode.php index 0b915f7..6ca098e 100644 --- a/src/DataTypes/ErrorCode.php +++ b/src/DataTypes/ErrorCode.php @@ -5,7 +5,6 @@ * * @copyright $year$ Core Business Solutions * @license MIT - * @version $version$ */ declare(strict_types=1); diff --git a/src/DataTypes/ExternalAuthorization.php b/src/DataTypes/ExternalAuthorization.php index 79eb884..f1c15a6 100644 --- a/src/DataTypes/ExternalAuthorization.php +++ b/src/DataTypes/ExternalAuthorization.php @@ -5,7 +5,6 @@ * * @copyright $year$ Core Business Solutions * @license MIT - * @version $version */ declare(strict_types=1); diff --git a/src/DataTypes/Group.php b/src/DataTypes/Group.php index 3d7cb9f..9ed0b9f 100644 --- a/src/DataTypes/Group.php +++ b/src/DataTypes/Group.php @@ -5,7 +5,6 @@ * * @copyright $year$ Core Business Solutions * @license MIT - * @version $version$ */ declare(strict_types=1); diff --git a/src/DataTypes/LearnerReport.php b/src/DataTypes/LearnerReport.php index 7ad3848..e509d1a 100644 --- a/src/DataTypes/LearnerReport.php +++ b/src/DataTypes/LearnerReport.php @@ -5,7 +5,6 @@ * * @copyright $year$ Core Business Solutions * @license MIT - * @version $version$ */ declare(strict_types=1); diff --git a/src/DataTypes/LearningModule.php b/src/DataTypes/LearningModule.php index 7e54981..ac70863 100644 --- a/src/DataTypes/LearningModule.php +++ b/src/DataTypes/LearningModule.php @@ -5,7 +5,6 @@ * * @copyright $year$ Core Business Solutions * @license MIT - * @version $version$ */ declare(strict_types=1); diff --git a/src/DataTypes/SubscriptionVariant.php b/src/DataTypes/SubscriptionVariant.php index 13a82d1..977374b 100644 --- a/src/DataTypes/SubscriptionVariant.php +++ b/src/DataTypes/SubscriptionVariant.php @@ -5,7 +5,6 @@ * * @copyright $year$ Core Business Solutions * @license MIT - * @version $version$ */ declare(strict_types=1); diff --git a/src/DataTypes/Tag.php b/src/DataTypes/Tag.php index bf9300d..574656b 100644 --- a/src/DataTypes/Tag.php +++ b/src/DataTypes/Tag.php @@ -5,7 +5,6 @@ * * @copyright $year$ Core Business Solutions * @license MIT - * @version $version$ */ declare(strict_types=1); diff --git a/src/DataTypes/Timezone.php b/src/DataTypes/Timezone.php index 1e2c0cc..7d04f9a 100644 --- a/src/DataTypes/Timezone.php +++ b/src/DataTypes/Timezone.php @@ -5,7 +5,6 @@ * * @copyright $year$ Core Business Solutions * @license Proprietary - * @version $version$ */ declare(strict_types=1); diff --git a/src/DataTypes/User.php b/src/DataTypes/User.php index 8edcfc4..8345a9d 100644 --- a/src/DataTypes/User.php +++ b/src/DataTypes/User.php @@ -5,7 +5,6 @@ * * @copyright $year$ Core Business Solutions * @license MIT - * @version $version$ */ declare(strict_types=1); diff --git a/src/Exceptions/InvalidArgumentException.php b/src/Exceptions/InvalidArgumentException.php index fed5444..83622ae 100644 --- a/src/Exceptions/InvalidArgumentException.php +++ b/src/Exceptions/InvalidArgumentException.php @@ -5,7 +5,6 @@ * * @copyright $year$ Core Business Solutions * @license MIT - * @version $version$ */ declare(strict_types=1); diff --git a/src/Exceptions/MissingValueException.php b/src/Exceptions/MissingValueException.php index 165ced7..8f45a31 100644 --- a/src/Exceptions/MissingValueException.php +++ b/src/Exceptions/MissingValueException.php @@ -5,7 +5,6 @@ * * @copyright $year$ Core Business Solutions * @license MIT - * @version $version$ */ declare(strict_types=1); diff --git a/src/Exceptions/SmarterUException.php b/src/Exceptions/SmarterUException.php index dc62236..9d9a938 100644 --- a/src/Exceptions/SmarterUException.php +++ b/src/Exceptions/SmarterUException.php @@ -5,7 +5,6 @@ * * @copyright $year$ Core Business Solutions * @license MIT - * @version $version$ */ declare(strict_types=1); diff --git a/src/Queries/BaseQuery.php b/src/Queries/BaseQuery.php index 6c21323..85b101d 100644 --- a/src/Queries/BaseQuery.php +++ b/src/Queries/BaseQuery.php @@ -5,7 +5,6 @@ * * @copyright $year$ Core Business Solutions * @license MIT - * @version $version$ */ declare(strict_types=1); diff --git a/src/Queries/GetGroupQuery.php b/src/Queries/GetGroupQuery.php index 2f2d340..b7acc52 100644 --- a/src/Queries/GetGroupQuery.php +++ b/src/Queries/GetGroupQuery.php @@ -5,7 +5,6 @@ * * @copyright $year$ Core Business Solutions * @license MIT - * @version $version$ */ declare(strict_types=1); diff --git a/src/Queries/GetLearnerReportQuery.php b/src/Queries/GetLearnerReportQuery.php index 79edf23..2cf21f0 100644 --- a/src/Queries/GetLearnerReportQuery.php +++ b/src/Queries/GetLearnerReportQuery.php @@ -5,7 +5,6 @@ * * @copyright $year$ Core Business Solutions * @license MIT - * @version $version$ */ declare(strict_types=1); diff --git a/src/Queries/GetUserQuery.php b/src/Queries/GetUserQuery.php index 57209b3..870c66b 100644 --- a/src/Queries/GetUserQuery.php +++ b/src/Queries/GetUserQuery.php @@ -5,7 +5,6 @@ * * @copyright $year$ Core Business Solutions * @license MIT - * @version $version$ */ declare(strict_types=1); diff --git a/src/Queries/ListGroupsQuery.php b/src/Queries/ListGroupsQuery.php index 219f8de..6026904 100644 --- a/src/Queries/ListGroupsQuery.php +++ b/src/Queries/ListGroupsQuery.php @@ -5,7 +5,6 @@ * * @copyright $year$ Core Business Solutions * @license MIT - * @version $version$ */ declare(strict_types=1); diff --git a/src/Queries/ListUsersQuery.php b/src/Queries/ListUsersQuery.php index 4288dbd..42615a7 100644 --- a/src/Queries/ListUsersQuery.php +++ b/src/Queries/ListUsersQuery.php @@ -5,7 +5,6 @@ * * @copyright $year$ Core Business Solutions * @license MIT - * @version $version$ */ declare(strict_types=1); diff --git a/src/Queries/Tags/DateRangeTag.php b/src/Queries/Tags/DateRangeTag.php index a2d8c33..cb78c5b 100644 --- a/src/Queries/Tags/DateRangeTag.php +++ b/src/Queries/Tags/DateRangeTag.php @@ -5,7 +5,6 @@ * * @copyright $year$ Core Business Solutions * @license MIT - * @version $version$ */ declare(strict_types=1); diff --git a/src/Queries/Tags/MatchTag.php b/src/Queries/Tags/MatchTag.php index 921bacf..1fc9ac2 100644 --- a/src/Queries/Tags/MatchTag.php +++ b/src/Queries/Tags/MatchTag.php @@ -5,7 +5,6 @@ * * @copyright $year$ Core Business Solutions * @license MIT - * @version $version$ */ declare(strict_types=1); diff --git a/src/XMLGenerator.php b/src/XMLGenerator.php index d73dafc..448a857 100644 --- a/src/XMLGenerator.php +++ b/src/XMLGenerator.php @@ -5,7 +5,6 @@ * * @copyright $year$ Core Business Solutions * @license MIT - * @version $version$ */ declare(strict_types=1); diff --git a/tests/Client/AddUsersToGroupClientTest.php b/tests/Client/AddUsersToGroupClientTest.php index a85ed37..cc363ff 100644 --- a/tests/Client/AddUsersToGroupClientTest.php +++ b/tests/Client/AddUsersToGroupClientTest.php @@ -5,7 +5,6 @@ * * @copyright $year$ Core Business Solutions * @license MIT - * @version $version$ */ declare(strict_types=1); diff --git a/tests/Client/CreateGroupClientTest.php b/tests/Client/CreateGroupClientTest.php index daf0e4b..81d57eb 100644 --- a/tests/Client/CreateGroupClientTest.php +++ b/tests/Client/CreateGroupClientTest.php @@ -5,7 +5,6 @@ * * @copyright $year$ Core Business Solutions * @license MIT - * @version $version$ */ declare(strict_types=1); diff --git a/tests/Client/CreateUserClientTest.php b/tests/Client/CreateUserClientTest.php index db05ef5..70cc16e 100644 --- a/tests/Client/CreateUserClientTest.php +++ b/tests/Client/CreateUserClientTest.php @@ -5,7 +5,6 @@ * * @copyright $year$ Core Business Solutions * @license MIT - * @version $version$ */ declare(strict_types=1); diff --git a/tests/Client/GetGroupClientTest.php b/tests/Client/GetGroupClientTest.php index 9cb601b..6fde6de 100644 --- a/tests/Client/GetGroupClientTest.php +++ b/tests/Client/GetGroupClientTest.php @@ -5,7 +5,6 @@ * * @copyright $year$ Core Business Solutions * @license MIT - * @version $version$ */ declare(strict_types=1); diff --git a/tests/Client/GetLearnerReportClientTest.php b/tests/Client/GetLearnerReportClientTest.php index 7c6aec6..4b901cc 100644 --- a/tests/Client/GetLearnerReportClientTest.php +++ b/tests/Client/GetLearnerReportClientTest.php @@ -5,7 +5,6 @@ * * @copyright $year$ Core Business Solutions * @license MIT - * @version $version$ */ declare(strict_types=1); diff --git a/tests/Client/GetUserClientTest.php b/tests/Client/GetUserClientTest.php index 16ea206..972f336 100644 --- a/tests/Client/GetUserClientTest.php +++ b/tests/Client/GetUserClientTest.php @@ -5,7 +5,6 @@ * * @copyright $year$ Core Business Solutions * @license MIT - * @version $version$ */ declare(strict_types=1); diff --git a/tests/Client/GetUserGroupsClientTest.php b/tests/Client/GetUserGroupsClientTest.php index d0bf0aa..9683c5d 100644 --- a/tests/Client/GetUserGroupsClientTest.php +++ b/tests/Client/GetUserGroupsClientTest.php @@ -5,7 +5,6 @@ * * @copyright $year$ Core Business Solutions * @license MIT - * @version $version$ */ declare(strict_types=1); diff --git a/tests/Client/GrantPermissionsClientTest.php b/tests/Client/GrantPermissionsClientTest.php index 70406e0..8b5d388 100644 --- a/tests/Client/GrantPermissionsClientTest.php +++ b/tests/Client/GrantPermissionsClientTest.php @@ -5,7 +5,6 @@ * * @copyright $year$ Core Business Solutions * @license MIT - * @version $version$ */ declare(strict_types=1); diff --git a/tests/Client/ListGroupsClientTest.php b/tests/Client/ListGroupsClientTest.php index 8b2e3fd..6351ea3 100644 --- a/tests/Client/ListGroupsClientTest.php +++ b/tests/Client/ListGroupsClientTest.php @@ -5,7 +5,6 @@ * * @copyright $year$ Core Business Solutions * @license MIT - * @version $version$ */ declare(strict_types=1); diff --git a/tests/Client/ListUsersClientTest.php b/tests/Client/ListUsersClientTest.php index 84f2cc5..ed0c45f 100644 --- a/tests/Client/ListUsersClientTest.php +++ b/tests/Client/ListUsersClientTest.php @@ -5,7 +5,6 @@ * * @copyright $year$ Core Business Solutions * @license MIT - * @version $version$ */ declare(strict_types=1); diff --git a/tests/Client/RemoveUsersFromGroupClientTest.php b/tests/Client/RemoveUsersFromGroupClientTest.php index a5293bc..eb9fb89 100644 --- a/tests/Client/RemoveUsersFromGroupClientTest.php +++ b/tests/Client/RemoveUsersFromGroupClientTest.php @@ -5,7 +5,6 @@ * * @copyright $year$ Core Business Solutions * @license MIT - * @version $version$ */ declare(strict_types=1); diff --git a/tests/Client/RequestExternalAuthorizationClientTest.php b/tests/Client/RequestExternalAuthorizationClientTest.php index f208a6b..2496953 100644 --- a/tests/Client/RequestExternalAuthorizationClientTest.php +++ b/tests/Client/RequestExternalAuthorizationClientTest.php @@ -5,7 +5,6 @@ * * @copyright $year$ Core Business Solutions * @license MIT - * @version $version$ */ declare(strict_types=1); diff --git a/tests/Client/RevokePermissionsClientTest.php b/tests/Client/RevokePermissionsClientTest.php index 577f4e4..2d7b763 100644 --- a/tests/Client/RevokePermissionsClientTest.php +++ b/tests/Client/RevokePermissionsClientTest.php @@ -5,7 +5,6 @@ * * @copyright $year$ Core Business Solutions * @license MIT - * @version $version$ */ declare(strict_types=1); diff --git a/tests/Client/UpdateGroupClientTest.php b/tests/Client/UpdateGroupClientTest.php index bc6e034..807215f 100644 --- a/tests/Client/UpdateGroupClientTest.php +++ b/tests/Client/UpdateGroupClientTest.php @@ -5,7 +5,6 @@ * * @copyright $year$ Core Business Solutions * @license MIT - * @version $version$ */ declare(strict_types=1); diff --git a/tests/Client/UpdateUserClientTest.php b/tests/Client/UpdateUserClientTest.php index 5066710..9ac92a6 100644 --- a/tests/Client/UpdateUserClientTest.php +++ b/tests/Client/UpdateUserClientTest.php @@ -5,7 +5,6 @@ * * @copyright $year$ Core Business Solutions * @license MIT - * @version $version$ */ declare(strict_types=1); diff --git a/tests/ClientTest.php b/tests/ClientTest.php index 8c9433c..5058052 100644 --- a/tests/ClientTest.php +++ b/tests/ClientTest.php @@ -5,7 +5,6 @@ * * @copyright $year$ Core Business Solutions * @license MIT - * @version $version$ */ declare(strict_types=1); diff --git a/tests/DataTypes/CustomFieldTest.php b/tests/DataTypes/CustomFieldTest.php index 7616bcb..4e3110c 100644 --- a/tests/DataTypes/CustomFieldTest.php +++ b/tests/DataTypes/CustomFieldTest.php @@ -5,7 +5,6 @@ * * @copyright $year$ Core Business Solutions * @license MIT - * @version $version$ */ declare(strict_types=1); diff --git a/tests/DataTypes/ErrorCodeTest.php b/tests/DataTypes/ErrorCodeTest.php index b21107e..5ec652c 100644 --- a/tests/DataTypes/ErrorCodeTest.php +++ b/tests/DataTypes/ErrorCodeTest.php @@ -5,7 +5,6 @@ * * @copyright $year$ Core Business Solutions * @license MIT - * @version $version$ */ declare(strict_types=1); diff --git a/tests/DataTypes/ExternalAuthorizationTest.php b/tests/DataTypes/ExternalAuthorizationTest.php index a5df160..52a9cff 100644 --- a/tests/DataTypes/ExternalAuthorizationTest.php +++ b/tests/DataTypes/ExternalAuthorizationTest.php @@ -5,7 +5,6 @@ * * @copyright $year$ Core Business Solutions * @license MIT - * @version $version$ */ declare(strict_types=1); diff --git a/tests/DataTypes/GroupTest.php b/tests/DataTypes/GroupTest.php index c172229..75c2d43 100644 --- a/tests/DataTypes/GroupTest.php +++ b/tests/DataTypes/GroupTest.php @@ -5,7 +5,6 @@ * * @copyright $year$ Core Business Solutions * @license MIT - * @version $version$ */ declare(strict_types=1); diff --git a/tests/DataTypes/LearnerReportTest.php b/tests/DataTypes/LearnerReportTest.php index 493cfb5..6bd6874 100644 --- a/tests/DataTypes/LearnerReportTest.php +++ b/tests/DataTypes/LearnerReportTest.php @@ -5,7 +5,6 @@ * * @copyright $year$ Core Business Solutions * @license MIT - * @version $version$ */ declare(strict_types=1); diff --git a/tests/DataTypes/LearningModuleTest.php b/tests/DataTypes/LearningModuleTest.php index 2515e87..22ac671 100644 --- a/tests/DataTypes/LearningModuleTest.php +++ b/tests/DataTypes/LearningModuleTest.php @@ -5,7 +5,6 @@ * * @copyright $year$ Core Business Solutions * @license MIT - * @version $version$ */ declare(strict_types=1); diff --git a/tests/DataTypes/SubscriptionVariantTest.php b/tests/DataTypes/SubscriptionVariantTest.php index cad7851..6a4a059 100644 --- a/tests/DataTypes/SubscriptionVariantTest.php +++ b/tests/DataTypes/SubscriptionVariantTest.php @@ -5,7 +5,6 @@ * * @copyright $year$ Core Business Solutions * @license MIT - * @version $version$ */ declare(strict_types=1); diff --git a/tests/DataTypes/TagTest.php b/tests/DataTypes/TagTest.php index f894672..efe03c5 100644 --- a/tests/DataTypes/TagTest.php +++ b/tests/DataTypes/TagTest.php @@ -5,7 +5,6 @@ * * @copyright $year$ Core Business Solutions * @license MIT - * @version $version$ */ declare(strict_types=1); diff --git a/tests/DataTypes/TimezoneTest.php b/tests/DataTypes/TimezoneTest.php index 5d3485c..42e05df 100644 --- a/tests/DataTypes/TimezoneTest.php +++ b/tests/DataTypes/TimezoneTest.php @@ -5,7 +5,6 @@ * * @copyright $year$ Core Business Solutions * @license Proprietary - * @version $version$ */ declare(strict_types=1); diff --git a/tests/DataTypes/UserTest.php b/tests/DataTypes/UserTest.php index d303238..d172164 100644 --- a/tests/DataTypes/UserTest.php +++ b/tests/DataTypes/UserTest.php @@ -5,7 +5,6 @@ * * @copyright $year$ Core Business Solutions * @license MIT - * @version $version$ */ declare(strict_types=1); diff --git a/tests/Exceptions/SmarterUExceptionTest.php b/tests/Exceptions/SmarterUExceptionTest.php index b554adb..95af11d 100644 --- a/tests/Exceptions/SmarterUExceptionTest.php +++ b/tests/Exceptions/SmarterUExceptionTest.php @@ -5,7 +5,6 @@ * * @copyright $year$ Core Business Solutions * @license MIT - * @version $version$ */ declare(strict_types=1); diff --git a/tests/Queries/GetGroupQueryTest.php b/tests/Queries/GetGroupQueryTest.php index b471108..8757d3c 100644 --- a/tests/Queries/GetGroupQueryTest.php +++ b/tests/Queries/GetGroupQueryTest.php @@ -5,7 +5,6 @@ * * @copyright $year$ Core Business Solutions * @license MIT - * @version $version$ */ declare(strict_types=1); diff --git a/tests/Queries/GetLearnerReportQueryTest.php b/tests/Queries/GetLearnerReportQueryTest.php index bbf8e4c..245c861 100644 --- a/tests/Queries/GetLearnerReportQueryTest.php +++ b/tests/Queries/GetLearnerReportQueryTest.php @@ -5,7 +5,6 @@ * * @copyright $year$ Core Business Solutions * @license MIT - * @version $version$ */ declare(strict_types=1); diff --git a/tests/Queries/GetUserQueryTest.php b/tests/Queries/GetUserQueryTest.php index f644a1f..855a2cf 100644 --- a/tests/Queries/GetUserQueryTest.php +++ b/tests/Queries/GetUserQueryTest.php @@ -5,7 +5,6 @@ * * @copyright $year$ Core Business Solutions * @license MIT - * @version $version$ */ declare(strict_types=1); diff --git a/tests/Queries/ListGroupsQueryTest.php b/tests/Queries/ListGroupsQueryTest.php index 8aeaa8c..4df4eb4 100644 --- a/tests/Queries/ListGroupsQueryTest.php +++ b/tests/Queries/ListGroupsQueryTest.php @@ -5,7 +5,6 @@ * * @copyright $year$ Core Business Solutions * @license MIT - * @version $version$ */ declare(strict_types=1); diff --git a/tests/Queries/ListUsersQueryTest.php b/tests/Queries/ListUsersQueryTest.php index 560d111..f121425 100644 --- a/tests/Queries/ListUsersQueryTest.php +++ b/tests/Queries/ListUsersQueryTest.php @@ -5,7 +5,6 @@ * * @copyright $year$ Core Business Solutions * @license MIT - * @version $version$ */ declare(strict_types=1); diff --git a/tests/Queries/Tags/DateRangeTagTest.php b/tests/Queries/Tags/DateRangeTagTest.php index 0b4edc6..b74df66 100644 --- a/tests/Queries/Tags/DateRangeTagTest.php +++ b/tests/Queries/Tags/DateRangeTagTest.php @@ -5,7 +5,6 @@ * * @copyright $year$ Core Business Solutions * @license MIT - * @version $version$ */ declare(strict_types=1); diff --git a/tests/Queries/Tags/MatchTagTest.php b/tests/Queries/Tags/MatchTagTest.php index c4194b4..7438ae6 100644 --- a/tests/Queries/Tags/MatchTagTest.php +++ b/tests/Queries/Tags/MatchTagTest.php @@ -5,7 +5,6 @@ * * @copyright $year$ Core Business Solutions * @license MIT - * @version $version$ */ declare(strict_types=1); diff --git a/tests/XMLGenerator/ChangeGroupMembersXMLTest.php b/tests/XMLGenerator/ChangeGroupMembersXMLTest.php index de9d506..0644fdd 100644 --- a/tests/XMLGenerator/ChangeGroupMembersXMLTest.php +++ b/tests/XMLGenerator/ChangeGroupMembersXMLTest.php @@ -5,7 +5,6 @@ * * @copyright $year$ Core Business Solutions * @license MIT - * @version $version$ */ declare(strict_types=1); diff --git a/tests/XMLGenerator/ChangePermissionsXMLTest.php b/tests/XMLGenerator/ChangePermissionsXMLTest.php index 9cbc240..b6b99b7 100644 --- a/tests/XMLGenerator/ChangePermissionsXMLTest.php +++ b/tests/XMLGenerator/ChangePermissionsXMLTest.php @@ -5,7 +5,6 @@ * * @copyright $year$ Core Business Solutions * @license MIT - * @version $version$ */ declare(strict_types=1); diff --git a/tests/XMLGenerator/CreateGroupXMLTest.php b/tests/XMLGenerator/CreateGroupXMLTest.php index c52f651..836dbcd 100644 --- a/tests/XMLGenerator/CreateGroupXMLTest.php +++ b/tests/XMLGenerator/CreateGroupXMLTest.php @@ -5,7 +5,6 @@ * * @copyright $year$ Core Business Solutions * @license MIT - * @version $version$ */ declare(strict_types=1); diff --git a/tests/XMLGenerator/CreateUserXMLTest.php b/tests/XMLGenerator/CreateUserXMLTest.php index b29d4a1..413efde 100644 --- a/tests/XMLGenerator/CreateUserXMLTest.php +++ b/tests/XMLGenerator/CreateUserXMLTest.php @@ -5,7 +5,6 @@ * * @copyright $year$ Core Business Solutions * @license MIT - * @version $version$ */ declare(strict_types=1); diff --git a/tests/XMLGenerator/GetGroupXMLTest.php b/tests/XMLGenerator/GetGroupXMLTest.php index 17e5553..0edfb9b 100644 --- a/tests/XMLGenerator/GetGroupXMLTest.php +++ b/tests/XMLGenerator/GetGroupXMLTest.php @@ -5,7 +5,6 @@ * * @copyright $year$ Core Business Solutions * @license MIT - * @version $version$ */ declare(strict_types=1); diff --git a/tests/XMLGenerator/GetLearnerReportXMLTest.php b/tests/XMLGenerator/GetLearnerReportXMLTest.php index 1b19b86..1e1eead 100644 --- a/tests/XMLGenerator/GetLearnerReportXMLTest.php +++ b/tests/XMLGenerator/GetLearnerReportXMLTest.php @@ -5,7 +5,6 @@ * * @copyright $year$ Core Business Solutions * @license MIT - * @version $version$ */ declare(strict_types=1); diff --git a/tests/XMLGenerator/GetUserXMLTest.php b/tests/XMLGenerator/GetUserXMLTest.php index 95baeb9..fb50684 100644 --- a/tests/XMLGenerator/GetUserXMLTest.php +++ b/tests/XMLGenerator/GetUserXMLTest.php @@ -5,7 +5,6 @@ * * @copyright $year$ Core Business Solutions * @license MIT - * @version $version$ */ declare(strict_types=1); diff --git a/tests/XMLGenerator/ListGroupsXMLTest.php b/tests/XMLGenerator/ListGroupsXMLTest.php index 68b5ead..c3bb956 100644 --- a/tests/XMLGenerator/ListGroupsXMLTest.php +++ b/tests/XMLGenerator/ListGroupsXMLTest.php @@ -5,7 +5,6 @@ * * @copyright $year$ Core Business Solutions * @license MIT - * @version $version$ */ declare(strict_types=1); diff --git a/tests/XMLGenerator/ListUsersXMLTest.php b/tests/XMLGenerator/ListUsersXMLTest.php index 396f869..778d5b8 100644 --- a/tests/XMLGenerator/ListUsersXMLTest.php +++ b/tests/XMLGenerator/ListUsersXMLTest.php @@ -5,7 +5,6 @@ * * @copyright $year$ Core Business Solutions * @license MIT - * @version $version$ */ declare(strict_types=1); diff --git a/tests/XMLGenerator/RequestExternalAuthorizationXMLTest.php b/tests/XMLGenerator/RequestExternalAuthorizationXMLTest.php index 71c9f28..683948b 100644 --- a/tests/XMLGenerator/RequestExternalAuthorizationXMLTest.php +++ b/tests/XMLGenerator/RequestExternalAuthorizationXMLTest.php @@ -5,7 +5,6 @@ * * @copyright $year$ Core Business Solutions * @license MIT - * @version $version$ */ declare(strict_types=1); diff --git a/tests/XMLGenerator/UpdateGroupXMLTest.php b/tests/XMLGenerator/UpdateGroupXMLTest.php index 3c7d050..d125b6b 100644 --- a/tests/XMLGenerator/UpdateGroupXMLTest.php +++ b/tests/XMLGenerator/UpdateGroupXMLTest.php @@ -5,7 +5,6 @@ * * @copyright $year$ Core Business Solutions * @license MIT - * @version $version$ */ declare(strict_types=1); diff --git a/tests/XMLGenerator/UpdateUserXMLTest.php b/tests/XMLGenerator/UpdateUserXMLTest.php index b0b17a9..0472549 100644 --- a/tests/XMLGenerator/UpdateUserXMLTest.php +++ b/tests/XMLGenerator/UpdateUserXMLTest.php @@ -5,7 +5,6 @@ * * @copyright $year$ Core Business Solutions * @license MIT - * @version $version$ */ declare(strict_types=1);