You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Initializing v2.0 optimized for PHP 8 & Symfony 5 support, dropping support for previous versions entirely. Major backward compatibility breaks from v1 but overall logic remains exactly the same. Removes many useless features and dependencies.
* This file is part of the CleverAge/OAuthApiBundle package.
4
-
*
5
-
* Copyright (C) 2017-2019 Clever-Age
6
-
*
7
-
* For the full copyright and license information, please view the LICENSE
3
+
* This file is part of the CleverAge/OAuthApiBundle package. * Copyright (C) 2017-2021 Clever-Age * For the full copyright and license information, please view the LICENSE
8
4
* file that was distributed with this source code.
Copy file name to clipboardExpand all lines: Client/ApiClient.php
+31-88Lines changed: 31 additions & 88 deletions
Original file line number
Diff line number
Diff line change
@@ -1,81 +1,46 @@
1
1
<?php
2
-
declare(strict_types=1);
3
2
/*
4
-
* This file is part of the CleverAge/OAuthApiBundle package.
5
-
*
6
-
* Copyright (C) 2017-2019 Clever-Age
7
-
*
8
-
* For the full copyright and license information, please view the LICENSE
3
+
* This file is part of the CleverAge/OAuthApiBundle package. * Copyright (C) 2017-2021 Clever-Age * For the full copyright and license information, please view the LICENSE
9
4
* file that was distributed with this source code.
* This file is part of the CleverAge/OAuthApiBundle package.
4
-
*
5
-
* Copyright (C) 2017-2019 Clever-Age
6
-
*
7
-
* For the full copyright and license information, please view the LICENSE
3
+
* This file is part of the CleverAge/OAuthApiBundle package. * Copyright (C) 2017-2021 Clever-Age * For the full copyright and license information, please view the LICENSE
8
4
* file that was distributed with this source code.
0 commit comments