File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 88
99class ApiRequest extends BaseModel
1010{
11- private Auth $ auth ;
12- private CacheRetriever $ cache ;
13- private Request $ request ;
14- private array $ options ;
15- private ? string $ cacheAccessToken = null ;
16- private ? int $ cacheAccessTokenExpires = null ;
11+ private $ auth ;
12+ private $ cache ;
13+ private $ request ;
14+ private $ options ;
15+ private $ cacheAccessToken = null ;
16+ private $ cacheAccessTokenExpires = null ;
1717
1818 /**
1919 * Initializes a new instance of the ApiRequest class.
Original file line number Diff line number Diff line change @@ -36,9 +36,9 @@ public function encrypt($data): string
3636 * Decrypts the data using OpenSSL.
3737 *
3838 * @param string $data - The encrypted data.
39- * @return string|false The decrypted data or false if decryption fails.
39+ * @return string|bool The decrypted data or false if decryption fails.
4040 */
41- public function decrypt ($ data ): string | bool
41+ public function decrypt ($ data )
4242 {
4343 if ($ data === null ) {
4444 return false ;
You can’t perform that action at this time.
0 commit comments