Skip to content

Commit

Permalink
Merge pull request #43 from cbs-software/chore/scrape-out-version-ann…
Browse files Browse the repository at this point in the history
…otation

chore: scrape out version annotation
  • Loading branch information
brianreichtcs authored May 29, 2024
2 parents a8a576d + 7569e1f commit 5564117
Show file tree
Hide file tree
Showing 74 changed files with 0 additions and 74 deletions.
1 change: 0 additions & 1 deletion example/CreateUserLiveTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
*
* @copyright $year$ Core Business Solutions
* @license MIT
* @version $version$
*/

declare(strict_types=1);
Expand Down
1 change: 0 additions & 1 deletion example/GetEnrollmentReportLiveTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
*
* @copyright $year$ Core Business Solutions
* @license MIT
* @version $version$
*/

declare(strict_types=1);
Expand Down
1 change: 0 additions & 1 deletion example/ListGroupsLiveTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
*
* @copyright $year$ Core Business Solutions
* @license MIT
* @version $version$
*/

declare(strict_types=1);
Expand Down
1 change: 0 additions & 1 deletion example/ListUsersLiveTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
*
* @copyright $year$ Core Business Solutions
* @license MIT
* @version $version$
*/

declare(strict_types=1);
Expand Down
1 change: 0 additions & 1 deletion example/UpdateUserLiveTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
*
* @copyright $year$ Core Business Solutions
* @license MIT
* @version $version$
*/

declare(strict_types=1);
Expand Down
1 change: 0 additions & 1 deletion src/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
*
* @copyright $year$ Core Business Solutions
* @license MIT
* @version $version$
*/

declare(strict_types=1);
Expand Down
1 change: 0 additions & 1 deletion src/DataTypes/CustomField.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
*
* @copyright $year$ Core Business Solutions
* @license MIT
* @version $version$
*/

declare(strict_types=1);
Expand Down
1 change: 0 additions & 1 deletion src/DataTypes/ErrorCode.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
*
* @copyright $year$ Core Business Solutions
* @license MIT
* @version $version$
*/

declare(strict_types=1);
Expand Down
1 change: 0 additions & 1 deletion src/DataTypes/ExternalAuthorization.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
*
* @copyright $year$ Core Business Solutions
* @license MIT
* @version $version
*/

declare(strict_types=1);
Expand Down
1 change: 0 additions & 1 deletion src/DataTypes/Group.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
*
* @copyright $year$ Core Business Solutions
* @license MIT
* @version $version$
*/

declare(strict_types=1);
Expand Down
1 change: 0 additions & 1 deletion src/DataTypes/LearnerReport.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
*
* @copyright $year$ Core Business Solutions
* @license MIT
* @version $version$
*/

declare(strict_types=1);
Expand Down
1 change: 0 additions & 1 deletion src/DataTypes/LearningModule.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
*
* @copyright $year$ Core Business Solutions
* @license MIT
* @version $version$
*/

declare(strict_types=1);
Expand Down
1 change: 0 additions & 1 deletion src/DataTypes/SubscriptionVariant.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
*
* @copyright $year$ Core Business Solutions
* @license MIT
* @version $version$
*/

declare(strict_types=1);
Expand Down
1 change: 0 additions & 1 deletion src/DataTypes/Tag.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
*
* @copyright $year$ Core Business Solutions
* @license MIT
* @version $version$
*/

declare(strict_types=1);
Expand Down
1 change: 0 additions & 1 deletion src/DataTypes/Timezone.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
*
* @copyright $year$ Core Business Solutions
* @license Proprietary
* @version $version$
*/

declare(strict_types=1);
Expand Down
1 change: 0 additions & 1 deletion src/DataTypes/User.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
*
* @copyright $year$ Core Business Solutions
* @license MIT
* @version $version$
*/

declare(strict_types=1);
Expand Down
1 change: 0 additions & 1 deletion src/Exceptions/InvalidArgumentException.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
*
* @copyright $year$ Core Business Solutions
* @license MIT
* @version $version$
*/

declare(strict_types=1);
Expand Down
1 change: 0 additions & 1 deletion src/Exceptions/MissingValueException.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
*
* @copyright $year$ Core Business Solutions
* @license MIT
* @version $version$
*/

declare(strict_types=1);
Expand Down
1 change: 0 additions & 1 deletion src/Exceptions/SmarterUException.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
*
* @copyright $year$ Core Business Solutions
* @license MIT
* @version $version$
*/

declare(strict_types=1);
Expand Down
1 change: 0 additions & 1 deletion src/Queries/BaseQuery.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
*
* @copyright $year$ Core Business Solutions
* @license MIT
* @version $version$
*/

declare(strict_types=1);
Expand Down
1 change: 0 additions & 1 deletion src/Queries/GetGroupQuery.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
*
* @copyright $year$ Core Business Solutions
* @license MIT
* @version $version$
*/

declare(strict_types=1);
Expand Down
1 change: 0 additions & 1 deletion src/Queries/GetLearnerReportQuery.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
*
* @copyright $year$ Core Business Solutions
* @license MIT
* @version $version$
*/

declare(strict_types=1);
Expand Down
1 change: 0 additions & 1 deletion src/Queries/GetUserQuery.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
*
* @copyright $year$ Core Business Solutions
* @license MIT
* @version $version$
*/

declare(strict_types=1);
Expand Down
1 change: 0 additions & 1 deletion src/Queries/ListGroupsQuery.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
*
* @copyright $year$ Core Business Solutions
* @license MIT
* @version $version$
*/

declare(strict_types=1);
Expand Down
1 change: 0 additions & 1 deletion src/Queries/ListUsersQuery.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
*
* @copyright $year$ Core Business Solutions
* @license MIT
* @version $version$
*/

declare(strict_types=1);
Expand Down
1 change: 0 additions & 1 deletion src/Queries/Tags/DateRangeTag.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
*
* @copyright $year$ Core Business Solutions
* @license MIT
* @version $version$
*/

declare(strict_types=1);
Expand Down
1 change: 0 additions & 1 deletion src/Queries/Tags/MatchTag.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
*
* @copyright $year$ Core Business Solutions
* @license MIT
* @version $version$
*/

declare(strict_types=1);
Expand Down
1 change: 0 additions & 1 deletion src/XMLGenerator.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
*
* @copyright $year$ Core Business Solutions
* @license MIT
* @version $version$
*/

declare(strict_types=1);
Expand Down
1 change: 0 additions & 1 deletion tests/Client/AddUsersToGroupClientTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
*
* @copyright $year$ Core Business Solutions
* @license MIT
* @version $version$
*/

declare(strict_types=1);
Expand Down
1 change: 0 additions & 1 deletion tests/Client/CreateGroupClientTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
*
* @copyright $year$ Core Business Solutions
* @license MIT
* @version $version$
*/

declare(strict_types=1);
Expand Down
1 change: 0 additions & 1 deletion tests/Client/CreateUserClientTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
*
* @copyright $year$ Core Business Solutions
* @license MIT
* @version $version$
*/

declare(strict_types=1);
Expand Down
1 change: 0 additions & 1 deletion tests/Client/GetGroupClientTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
*
* @copyright $year$ Core Business Solutions
* @license MIT
* @version $version$
*/

declare(strict_types=1);
Expand Down
1 change: 0 additions & 1 deletion tests/Client/GetLearnerReportClientTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
*
* @copyright $year$ Core Business Solutions
* @license MIT
* @version $version$
*/

declare(strict_types=1);
Expand Down
1 change: 0 additions & 1 deletion tests/Client/GetUserClientTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
*
* @copyright $year$ Core Business Solutions
* @license MIT
* @version $version$
*/

declare(strict_types=1);
Expand Down
1 change: 0 additions & 1 deletion tests/Client/GetUserGroupsClientTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
*
* @copyright $year$ Core Business Solutions
* @license MIT
* @version $version$
*/

declare(strict_types=1);
Expand Down
1 change: 0 additions & 1 deletion tests/Client/GrantPermissionsClientTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
*
* @copyright $year$ Core Business Solutions
* @license MIT
* @version $version$
*/

declare(strict_types=1);
Expand Down
1 change: 0 additions & 1 deletion tests/Client/ListGroupsClientTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
*
* @copyright $year$ Core Business Solutions
* @license MIT
* @version $version$
*/

declare(strict_types=1);
Expand Down
1 change: 0 additions & 1 deletion tests/Client/ListUsersClientTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
*
* @copyright $year$ Core Business Solutions
* @license MIT
* @version $version$
*/

declare(strict_types=1);
Expand Down
1 change: 0 additions & 1 deletion tests/Client/RemoveUsersFromGroupClientTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
*
* @copyright $year$ Core Business Solutions
* @license MIT
* @version $version$
*/

declare(strict_types=1);
Expand Down
1 change: 0 additions & 1 deletion tests/Client/RequestExternalAuthorizationClientTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
*
* @copyright $year$ Core Business Solutions
* @license MIT
* @version $version$
*/

declare(strict_types=1);
Expand Down
1 change: 0 additions & 1 deletion tests/Client/RevokePermissionsClientTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
*
* @copyright $year$ Core Business Solutions
* @license MIT
* @version $version$
*/

declare(strict_types=1);
Expand Down
1 change: 0 additions & 1 deletion tests/Client/UpdateGroupClientTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
*
* @copyright $year$ Core Business Solutions
* @license MIT
* @version $version$
*/

declare(strict_types=1);
Expand Down
1 change: 0 additions & 1 deletion tests/Client/UpdateUserClientTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
*
* @copyright $year$ Core Business Solutions
* @license MIT
* @version $version$
*/

declare(strict_types=1);
Expand Down
1 change: 0 additions & 1 deletion tests/ClientTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
*
* @copyright $year$ Core Business Solutions
* @license MIT
* @version $version$
*/

declare(strict_types=1);
Expand Down
1 change: 0 additions & 1 deletion tests/DataTypes/CustomFieldTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
*
* @copyright $year$ Core Business Solutions
* @license MIT
* @version $version$
*/

declare(strict_types=1);
Expand Down
1 change: 0 additions & 1 deletion tests/DataTypes/ErrorCodeTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
*
* @copyright $year$ Core Business Solutions
* @license MIT
* @version $version$
*/

declare(strict_types=1);
Expand Down
1 change: 0 additions & 1 deletion tests/DataTypes/ExternalAuthorizationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
*
* @copyright $year$ Core Business Solutions
* @license MIT
* @version $version$
*/

declare(strict_types=1);
Expand Down
1 change: 0 additions & 1 deletion tests/DataTypes/GroupTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
*
* @copyright $year$ Core Business Solutions
* @license MIT
* @version $version$
*/

declare(strict_types=1);
Expand Down
1 change: 0 additions & 1 deletion tests/DataTypes/LearnerReportTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
*
* @copyright $year$ Core Business Solutions
* @license MIT
* @version $version$
*/

declare(strict_types=1);
Expand Down
1 change: 0 additions & 1 deletion tests/DataTypes/LearningModuleTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
*
* @copyright $year$ Core Business Solutions
* @license MIT
* @version $version$
*/

declare(strict_types=1);
Expand Down
Loading

0 comments on commit 5564117

Please sign in to comment.