1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2025-12-12 09:54:03 +00:00

Fix code style (php-cs-fixer)

This commit is contained in:
PHP CS Fixer 2024-03-01 07:42:38 +00:00
parent af3b693dd1
commit 8a269f8dd8

View file

@ -66,7 +66,7 @@ if (! function_exists('global_cache')) {
* If an array is passed, we'll assume you want to put to the cache. * If an array is passed, we'll assume you want to put to the cache.
* *
* @param dynamic key|key,default|data,expiration|null * @param dynamic key|key,default|data,expiration|null
* @return mixed|\Illuminate\Cache\CacheManager * @return mixed|Illuminate\Cache\CacheManager
* *
* @throws InvalidArgumentException * @throws InvalidArgumentException
*/ */