From 7631d317fd58bb3d1b8b4144b461e94f0a786bd9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Till=20Kru=CC=88ss?= Date: Thu, 21 Nov 2024 11:37:03 -0800 Subject: [PATCH] update year --- .php-cs-fixer.dist.php | 2 +- LICENSE | 2 +- examples/Commands/Json/json_debug_memory.php | 2 +- examples/Commands/Search/ft_aggregate.php | 2 +- examples/Commands/Search/ft_alter.php | 2 +- examples/Commands/Search/ft_config_help.php | 2 +- examples/Commands/Search/ft_config_set_get.php | 2 +- examples/Commands/Search/ft_cursor_del.php | 2 +- examples/Commands/Search/ft_cursor_read.php | 2 +- examples/Commands/Search/ft_explain.php | 2 +- examples/Commands/Search/ft_profile.php | 2 +- examples/Commands/Search/ft_spellcheck.php | 2 +- examples/Commands/Search/ft_sug_add_get_del_len.php | 2 +- examples/Commands/Search/ft_syndump.php | 2 +- examples/Commands/Search/ft_synupdate.php | 2 +- examples/Commands/Search/ft_tagvals.php | 2 +- examples/Commands/TimeSeries/ts_add.php | 2 +- examples/Commands/TimeSeries/ts_alter.php | 2 +- examples/Commands/TimeSeries/ts_create.php | 2 +- examples/Commands/TimeSeries/ts_createrule.php | 2 +- examples/Commands/TimeSeries/ts_decrby.php | 2 +- examples/Commands/TimeSeries/ts_del.php | 2 +- examples/Commands/TimeSeries/ts_deleterule.php | 2 +- examples/Commands/TimeSeries/ts_get.php | 2 +- examples/Commands/TimeSeries/ts_incrby.php | 2 +- examples/Commands/TimeSeries/ts_info.php | 2 +- examples/Commands/TimeSeries/ts_madd.php | 2 +- examples/Commands/TimeSeries/ts_mget.php | 2 +- examples/Commands/TimeSeries/ts_mrange.php | 2 +- examples/Commands/TimeSeries/ts_mrevrange.php | 2 +- examples/Commands/TimeSeries/ts_queryindex.php | 2 +- examples/Commands/TimeSeries/ts_range.php | 2 +- examples/Commands/TimeSeries/ts_revrange.php | 2 +- examples/Commands/acl_dry_run.php | 2 +- examples/Commands/acl_get_user.php | 2 +- examples/Commands/acl_set_user.php | 2 +- examples/Commands/fcall_ro.php | 2 +- examples/Commands/waitaof.php | 2 +- examples/custom_cluster_distributor.php | 2 +- examples/debuggable_connection.php | 2 +- examples/executing_redis_commands.php | 2 +- examples/key_prefixing.php | 2 +- examples/lua_scripting_abstraction.php | 2 +- examples/monitor_consumer.php | 2 +- examples/pipelining_commands.php | 2 +- examples/pubsub_consumer.php | 2 +- examples/redis_collections_iterators.php | 2 +- examples/relay_compression.php | 2 +- examples/relay_events.php | 2 +- examples/relay_pubsub_consumer.php | 2 +- examples/replication_complex.php | 2 +- examples/replication_sentinel.php | 2 +- examples/replication_simple.php | 2 +- examples/session_handler.php | 2 +- examples/shared.php | 2 +- examples/transaction_using_cas.php | 2 +- src/Autoloader.php | 2 +- src/Client.php | 2 +- src/ClientConfiguration.php | 2 +- src/ClientContextInterface.php | 2 +- src/ClientException.php | 2 +- src/ClientInterface.php | 2 +- src/Cluster/ClusterStrategy.php | 2 +- src/Cluster/Distributor/DistributorInterface.php | 2 +- src/Cluster/Distributor/EmptyRingException.php | 2 +- src/Cluster/Distributor/HashRing.php | 2 +- src/Cluster/Distributor/KetamaRing.php | 2 +- src/Cluster/Hash/CRC16.php | 2 +- src/Cluster/Hash/HashGeneratorInterface.php | 2 +- src/Cluster/Hash/PhpiredisCRC16.php | 2 +- src/Cluster/PredisStrategy.php | 2 +- src/Cluster/RedisStrategy.php | 2 +- src/Cluster/SlotMap.php | 2 +- src/Cluster/StrategyInterface.php | 2 +- src/Collection/Iterator/CursorBasedIterator.php | 2 +- src/Collection/Iterator/HashKey.php | 2 +- src/Collection/Iterator/Keyspace.php | 2 +- src/Collection/Iterator/ListKey.php | 2 +- src/Collection/Iterator/SetKey.php | 2 +- src/Collection/Iterator/SortedSetKey.php | 2 +- src/Command/Argument/ArrayableArgument.php | 2 +- src/Command/Argument/Geospatial/AbstractBy.php | 2 +- src/Command/Argument/Geospatial/ByBox.php | 2 +- src/Command/Argument/Geospatial/ByInterface.php | 2 +- src/Command/Argument/Geospatial/ByRadius.php | 2 +- src/Command/Argument/Geospatial/FromInterface.php | 2 +- src/Command/Argument/Geospatial/FromLonLat.php | 2 +- src/Command/Argument/Geospatial/FromMember.php | 2 +- src/Command/Argument/Search/AggregateArguments.php | 2 +- src/Command/Argument/Search/AlterArguments.php | 2 +- src/Command/Argument/Search/CommonArguments.php | 2 +- src/Command/Argument/Search/CreateArguments.php | 2 +- src/Command/Argument/Search/CursorArguments.php | 2 +- src/Command/Argument/Search/DropArguments.php | 2 +- src/Command/Argument/Search/ExplainArguments.php | 2 +- src/Command/Argument/Search/ProfileArguments.php | 2 +- src/Command/Argument/Search/SchemaFields/AbstractField.php | 2 +- src/Command/Argument/Search/SchemaFields/FieldInterface.php | 2 +- src/Command/Argument/Search/SchemaFields/GeoField.php | 2 +- src/Command/Argument/Search/SchemaFields/GeoShapeField.php | 2 +- src/Command/Argument/Search/SchemaFields/NumericField.php | 2 +- src/Command/Argument/Search/SchemaFields/TagField.php | 2 +- src/Command/Argument/Search/SchemaFields/TextField.php | 2 +- src/Command/Argument/Search/SchemaFields/VectorField.php | 2 +- src/Command/Argument/Search/SearchArguments.php | 2 +- src/Command/Argument/Search/SpellcheckArguments.php | 2 +- src/Command/Argument/Search/SugAddArguments.php | 2 +- src/Command/Argument/Search/SugGetArguments.php | 2 +- src/Command/Argument/Search/SynUpdateArguments.php | 2 +- src/Command/Argument/Server/LimitInterface.php | 2 +- src/Command/Argument/Server/LimitOffsetCount.php | 2 +- src/Command/Argument/Server/To.php | 2 +- src/Command/Argument/TimeSeries/AddArguments.php | 2 +- src/Command/Argument/TimeSeries/AlterArguments.php | 2 +- src/Command/Argument/TimeSeries/CommonArguments.php | 2 +- src/Command/Argument/TimeSeries/CreateArguments.php | 2 +- src/Command/Argument/TimeSeries/DecrByArguments.php | 2 +- src/Command/Argument/TimeSeries/GetArguments.php | 2 +- src/Command/Argument/TimeSeries/IncrByArguments.php | 2 +- src/Command/Argument/TimeSeries/InfoArguments.php | 2 +- src/Command/Argument/TimeSeries/MGetArguments.php | 2 +- src/Command/Argument/TimeSeries/MRangeArguments.php | 2 +- src/Command/Argument/TimeSeries/RangeArguments.php | 2 +- src/Command/Command.php | 2 +- src/Command/CommandInterface.php | 2 +- src/Command/Factory.php | 2 +- src/Command/FactoryInterface.php | 2 +- src/Command/PrefixableCommandInterface.php | 2 +- src/Command/Processor/KeyPrefixProcessor.php | 2 +- src/Command/Processor/ProcessorChain.php | 2 +- src/Command/Processor/ProcessorInterface.php | 2 +- src/Command/RawCommand.php | 2 +- src/Command/RawFactory.php | 2 +- src/Command/Redis/ACL.php | 2 +- src/Command/Redis/APPEND.php | 2 +- src/Command/Redis/AUTH.php | 2 +- src/Command/Redis/AbstractCommand/BZPOPBase.php | 2 +- src/Command/Redis/BGREWRITEAOF.php | 2 +- src/Command/Redis/BGSAVE.php | 2 +- src/Command/Redis/BITCOUNT.php | 2 +- src/Command/Redis/BITFIELD.php | 2 +- src/Command/Redis/BITOP.php | 2 +- src/Command/Redis/BITPOS.php | 2 +- src/Command/Redis/BLMOVE.php | 2 +- src/Command/Redis/BLMPOP.php | 2 +- src/Command/Redis/BLPOP.php | 2 +- src/Command/Redis/BRPOP.php | 2 +- src/Command/Redis/BRPOPLPUSH.php | 2 +- src/Command/Redis/BZMPOP.php | 2 +- src/Command/Redis/BZPOPMAX.php | 2 +- src/Command/Redis/BZPOPMIN.php | 2 +- src/Command/Redis/BloomFilter/BFADD.php | 2 +- src/Command/Redis/BloomFilter/BFEXISTS.php | 2 +- src/Command/Redis/BloomFilter/BFINFO.php | 2 +- src/Command/Redis/BloomFilter/BFINSERT.php | 2 +- src/Command/Redis/BloomFilter/BFLOADCHUNK.php | 2 +- src/Command/Redis/BloomFilter/BFMADD.php | 2 +- src/Command/Redis/BloomFilter/BFMEXISTS.php | 2 +- src/Command/Redis/BloomFilter/BFRESERVE.php | 2 +- src/Command/Redis/BloomFilter/BFSCANDUMP.php | 2 +- src/Command/Redis/CLIENT.php | 2 +- src/Command/Redis/CLUSTER.php | 2 +- src/Command/Redis/COMMAND.php | 2 +- src/Command/Redis/CONFIG.php | 2 +- src/Command/Redis/COPY.php | 2 +- src/Command/Redis/Container/ACL.php | 2 +- src/Command/Redis/Container/AbstractContainer.php | 2 +- src/Command/Redis/Container/CLUSTER.php | 2 +- src/Command/Redis/Container/ContainerFactory.php | 2 +- src/Command/Redis/Container/ContainerInterface.php | 2 +- src/Command/Redis/Container/FunctionContainer.php | 2 +- src/Command/Redis/Container/Json/JSONDEBUG.php | 2 +- src/Command/Redis/Container/Search/FTCONFIG.php | 2 +- src/Command/Redis/Container/Search/FTCURSOR.php | 2 +- src/Command/Redis/CountMinSketch/CMSINCRBY.php | 2 +- src/Command/Redis/CountMinSketch/CMSINFO.php | 2 +- src/Command/Redis/CountMinSketch/CMSINITBYDIM.php | 2 +- src/Command/Redis/CountMinSketch/CMSINITBYPROB.php | 2 +- src/Command/Redis/CountMinSketch/CMSMERGE.php | 2 +- src/Command/Redis/CountMinSketch/CMSQUERY.php | 2 +- src/Command/Redis/CuckooFilter/CFADD.php | 2 +- src/Command/Redis/CuckooFilter/CFADDNX.php | 2 +- src/Command/Redis/CuckooFilter/CFCOUNT.php | 2 +- src/Command/Redis/CuckooFilter/CFDEL.php | 2 +- src/Command/Redis/CuckooFilter/CFEXISTS.php | 2 +- src/Command/Redis/CuckooFilter/CFINFO.php | 2 +- src/Command/Redis/CuckooFilter/CFINSERT.php | 2 +- src/Command/Redis/CuckooFilter/CFINSERTNX.php | 2 +- src/Command/Redis/CuckooFilter/CFLOADCHUNK.php | 2 +- src/Command/Redis/CuckooFilter/CFMEXISTS.php | 2 +- src/Command/Redis/CuckooFilter/CFRESERVE.php | 2 +- src/Command/Redis/CuckooFilter/CFSCANDUMP.php | 2 +- src/Command/Redis/DBSIZE.php | 2 +- src/Command/Redis/DECR.php | 2 +- src/Command/Redis/DECRBY.php | 2 +- src/Command/Redis/DEL.php | 2 +- src/Command/Redis/DISCARD.php | 2 +- src/Command/Redis/DUMP.php | 2 +- src/Command/Redis/ECHO_.php | 2 +- src/Command/Redis/EVALSHA.php | 2 +- src/Command/Redis/EVALSHA_RO.php | 2 +- src/Command/Redis/EVAL_.php | 2 +- src/Command/Redis/EVAL_RO.php | 2 +- src/Command/Redis/EXEC.php | 2 +- src/Command/Redis/EXISTS.php | 2 +- src/Command/Redis/EXPIRE.php | 2 +- src/Command/Redis/EXPIREAT.php | 2 +- src/Command/Redis/EXPIRETIME.php | 2 +- src/Command/Redis/FAILOVER.php | 2 +- src/Command/Redis/FCALL.php | 2 +- src/Command/Redis/FCALL_RO.php | 2 +- src/Command/Redis/FLUSHALL.php | 2 +- src/Command/Redis/FLUSHDB.php | 2 +- src/Command/Redis/FUNCTIONS.php | 2 +- src/Command/Redis/GEOADD.php | 2 +- src/Command/Redis/GEODIST.php | 2 +- src/Command/Redis/GEOHASH.php | 2 +- src/Command/Redis/GEOPOS.php | 2 +- src/Command/Redis/GEORADIUS.php | 2 +- src/Command/Redis/GEORADIUSBYMEMBER.php | 2 +- src/Command/Redis/GEOSEARCH.php | 2 +- src/Command/Redis/GEOSEARCHSTORE.php | 2 +- src/Command/Redis/GET.php | 2 +- src/Command/Redis/GETBIT.php | 2 +- src/Command/Redis/GETDEL.php | 2 +- src/Command/Redis/GETEX.php | 2 +- src/Command/Redis/GETRANGE.php | 2 +- src/Command/Redis/GETSET.php | 2 +- src/Command/Redis/HDEL.php | 2 +- src/Command/Redis/HEXISTS.php | 2 +- src/Command/Redis/HEXPIRE.php | 2 +- src/Command/Redis/HEXPIREAT.php | 2 +- src/Command/Redis/HEXPIRETIME.php | 2 +- src/Command/Redis/HGET.php | 2 +- src/Command/Redis/HGETALL.php | 2 +- src/Command/Redis/HINCRBY.php | 2 +- src/Command/Redis/HINCRBYFLOAT.php | 2 +- src/Command/Redis/HKEYS.php | 2 +- src/Command/Redis/HLEN.php | 2 +- src/Command/Redis/HMGET.php | 2 +- src/Command/Redis/HMSET.php | 2 +- src/Command/Redis/HPERSIST.php | 2 +- src/Command/Redis/HPEXPIRE.php | 2 +- src/Command/Redis/HPEXPIREAT.php | 2 +- src/Command/Redis/HPEXPIRETIME.php | 2 +- src/Command/Redis/HPTTL.php | 2 +- src/Command/Redis/HRANDFIELD.php | 2 +- src/Command/Redis/HSCAN.php | 2 +- src/Command/Redis/HSET.php | 2 +- src/Command/Redis/HSETNX.php | 2 +- src/Command/Redis/HSTRLEN.php | 2 +- src/Command/Redis/HTTL.php | 2 +- src/Command/Redis/HVALS.php | 2 +- src/Command/Redis/INCR.php | 2 +- src/Command/Redis/INCRBY.php | 2 +- src/Command/Redis/INCRBYFLOAT.php | 2 +- src/Command/Redis/INFO.php | 2 +- src/Command/Redis/Json/JSONARRAPPEND.php | 2 +- src/Command/Redis/Json/JSONARRINDEX.php | 2 +- src/Command/Redis/Json/JSONARRINSERT.php | 2 +- src/Command/Redis/Json/JSONARRLEN.php | 2 +- src/Command/Redis/Json/JSONARRPOP.php | 2 +- src/Command/Redis/Json/JSONARRTRIM.php | 2 +- src/Command/Redis/Json/JSONCLEAR.php | 2 +- src/Command/Redis/Json/JSONDEBUG.php | 2 +- src/Command/Redis/Json/JSONDEL.php | 2 +- src/Command/Redis/Json/JSONFORGET.php | 2 +- src/Command/Redis/Json/JSONGET.php | 2 +- src/Command/Redis/Json/JSONMERGE.php | 2 +- src/Command/Redis/Json/JSONMGET.php | 2 +- src/Command/Redis/Json/JSONMSET.php | 2 +- src/Command/Redis/Json/JSONNUMINCRBY.php | 2 +- src/Command/Redis/Json/JSONOBJKEYS.php | 2 +- src/Command/Redis/Json/JSONOBJLEN.php | 2 +- src/Command/Redis/Json/JSONRESP.php | 2 +- src/Command/Redis/Json/JSONSET.php | 2 +- src/Command/Redis/Json/JSONSTRAPPEND.php | 2 +- src/Command/Redis/Json/JSONSTRLEN.php | 2 +- src/Command/Redis/Json/JSONTOGGLE.php | 2 +- src/Command/Redis/Json/JSONTYPE.php | 2 +- src/Command/Redis/KEYS.php | 2 +- src/Command/Redis/LASTSAVE.php | 2 +- src/Command/Redis/LCS.php | 2 +- src/Command/Redis/LINDEX.php | 2 +- src/Command/Redis/LINSERT.php | 2 +- src/Command/Redis/LLEN.php | 2 +- src/Command/Redis/LMOVE.php | 2 +- src/Command/Redis/LMPOP.php | 2 +- src/Command/Redis/LPOP.php | 2 +- src/Command/Redis/LPUSH.php | 2 +- src/Command/Redis/LPUSHX.php | 2 +- src/Command/Redis/LRANGE.php | 2 +- src/Command/Redis/LREM.php | 2 +- src/Command/Redis/LSET.php | 2 +- src/Command/Redis/LTRIM.php | 2 +- src/Command/Redis/MGET.php | 2 +- src/Command/Redis/MIGRATE.php | 2 +- src/Command/Redis/MONITOR.php | 2 +- src/Command/Redis/MOVE.php | 2 +- src/Command/Redis/MSET.php | 2 +- src/Command/Redis/MSETNX.php | 2 +- src/Command/Redis/MULTI.php | 2 +- src/Command/Redis/OBJECT_.php | 2 +- src/Command/Redis/PERSIST.php | 2 +- src/Command/Redis/PEXPIRE.php | 2 +- src/Command/Redis/PEXPIREAT.php | 2 +- src/Command/Redis/PEXPIRETIME.php | 2 +- src/Command/Redis/PFADD.php | 2 +- src/Command/Redis/PFCOUNT.php | 2 +- src/Command/Redis/PFMERGE.php | 2 +- src/Command/Redis/PING.php | 2 +- src/Command/Redis/PSETEX.php | 2 +- src/Command/Redis/PSUBSCRIBE.php | 2 +- src/Command/Redis/PTTL.php | 2 +- src/Command/Redis/PUBLISH.php | 2 +- src/Command/Redis/PUBSUB.php | 2 +- src/Command/Redis/PUNSUBSCRIBE.php | 2 +- src/Command/Redis/QUIT.php | 2 +- src/Command/Redis/RANDOMKEY.php | 2 +- src/Command/Redis/RENAME.php | 2 +- src/Command/Redis/RENAMENX.php | 2 +- src/Command/Redis/RESTORE.php | 2 +- src/Command/Redis/RPOP.php | 2 +- src/Command/Redis/RPOPLPUSH.php | 2 +- src/Command/Redis/RPUSH.php | 2 +- src/Command/Redis/RPUSHX.php | 2 +- src/Command/Redis/SADD.php | 2 +- src/Command/Redis/SAVE.php | 2 +- src/Command/Redis/SCAN.php | 2 +- src/Command/Redis/SCARD.php | 2 +- src/Command/Redis/SCRIPT.php | 2 +- src/Command/Redis/SDIFF.php | 2 +- src/Command/Redis/SDIFFSTORE.php | 2 +- src/Command/Redis/SELECT.php | 2 +- src/Command/Redis/SENTINEL.php | 2 +- src/Command/Redis/SET.php | 2 +- src/Command/Redis/SETBIT.php | 2 +- src/Command/Redis/SETEX.php | 2 +- src/Command/Redis/SETNX.php | 2 +- src/Command/Redis/SETRANGE.php | 2 +- src/Command/Redis/SHUTDOWN.php | 2 +- src/Command/Redis/SINTER.php | 2 +- src/Command/Redis/SINTERCARD.php | 2 +- src/Command/Redis/SINTERSTORE.php | 2 +- src/Command/Redis/SISMEMBER.php | 2 +- src/Command/Redis/SLAVEOF.php | 2 +- src/Command/Redis/SLOWLOG.php | 2 +- src/Command/Redis/SMEMBERS.php | 2 +- src/Command/Redis/SMISMEMBER.php | 2 +- src/Command/Redis/SMOVE.php | 2 +- src/Command/Redis/SORT.php | 2 +- src/Command/Redis/SORT_RO.php | 2 +- src/Command/Redis/SPOP.php | 2 +- src/Command/Redis/SRANDMEMBER.php | 2 +- src/Command/Redis/SREM.php | 2 +- src/Command/Redis/SSCAN.php | 2 +- src/Command/Redis/STRLEN.php | 2 +- src/Command/Redis/SUBSCRIBE.php | 2 +- src/Command/Redis/SUBSTR.php | 2 +- src/Command/Redis/SUNION.php | 2 +- src/Command/Redis/SUNIONSTORE.php | 2 +- src/Command/Redis/Search/FTAGGREGATE.php | 2 +- src/Command/Redis/Search/FTALIASADD.php | 2 +- src/Command/Redis/Search/FTALIASDEL.php | 2 +- src/Command/Redis/Search/FTALIASUPDATE.php | 2 +- src/Command/Redis/Search/FTALTER.php | 2 +- src/Command/Redis/Search/FTCONFIG.php | 2 +- src/Command/Redis/Search/FTCREATE.php | 2 +- src/Command/Redis/Search/FTCURSOR.php | 2 +- src/Command/Redis/Search/FTDICTADD.php | 2 +- src/Command/Redis/Search/FTDICTDEL.php | 2 +- src/Command/Redis/Search/FTDICTDUMP.php | 2 +- src/Command/Redis/Search/FTDROPINDEX.php | 2 +- src/Command/Redis/Search/FTEXPLAIN.php | 2 +- src/Command/Redis/Search/FTINFO.php | 2 +- src/Command/Redis/Search/FTPROFILE.php | 2 +- src/Command/Redis/Search/FTSEARCH.php | 2 +- src/Command/Redis/Search/FTSPELLCHECK.php | 2 +- src/Command/Redis/Search/FTSUGADD.php | 2 +- src/Command/Redis/Search/FTSUGDEL.php | 2 +- src/Command/Redis/Search/FTSUGGET.php | 2 +- src/Command/Redis/Search/FTSUGLEN.php | 2 +- src/Command/Redis/Search/FTSYNDUMP.php | 2 +- src/Command/Redis/Search/FTSYNUPDATE.php | 2 +- src/Command/Redis/Search/FTTAGVALS.php | 2 +- src/Command/Redis/TDigest/TDIGESTADD.php | 2 +- src/Command/Redis/TDigest/TDIGESTBYRANK.php | 2 +- src/Command/Redis/TDigest/TDIGESTBYREVRANK.php | 2 +- src/Command/Redis/TDigest/TDIGESTCDF.php | 2 +- src/Command/Redis/TDigest/TDIGESTCREATE.php | 2 +- src/Command/Redis/TDigest/TDIGESTINFO.php | 2 +- src/Command/Redis/TDigest/TDIGESTMAX.php | 2 +- src/Command/Redis/TDigest/TDIGESTMERGE.php | 2 +- src/Command/Redis/TDigest/TDIGESTMIN.php | 2 +- src/Command/Redis/TDigest/TDIGESTQUANTILE.php | 2 +- src/Command/Redis/TDigest/TDIGESTRANK.php | 2 +- src/Command/Redis/TDigest/TDIGESTRESET.php | 2 +- src/Command/Redis/TDigest/TDIGESTREVRANK.php | 2 +- src/Command/Redis/TDigest/TDIGESTTRIMMED_MEAN.php | 2 +- src/Command/Redis/TIME.php | 2 +- src/Command/Redis/TOUCH.php | 2 +- src/Command/Redis/TTL.php | 2 +- src/Command/Redis/TYPE.php | 2 +- src/Command/Redis/TimeSeries/TSADD.php | 2 +- src/Command/Redis/TimeSeries/TSALTER.php | 2 +- src/Command/Redis/TimeSeries/TSCREATE.php | 2 +- src/Command/Redis/TimeSeries/TSCREATERULE.php | 2 +- src/Command/Redis/TimeSeries/TSDECRBY.php | 2 +- src/Command/Redis/TimeSeries/TSDEL.php | 2 +- src/Command/Redis/TimeSeries/TSDELETERULE.php | 2 +- src/Command/Redis/TimeSeries/TSGET.php | 2 +- src/Command/Redis/TimeSeries/TSINCRBY.php | 2 +- src/Command/Redis/TimeSeries/TSINFO.php | 2 +- src/Command/Redis/TimeSeries/TSMADD.php | 2 +- src/Command/Redis/TimeSeries/TSMGET.php | 2 +- src/Command/Redis/TimeSeries/TSMRANGE.php | 2 +- src/Command/Redis/TimeSeries/TSMREVRANGE.php | 2 +- src/Command/Redis/TimeSeries/TSQUERYINDEX.php | 2 +- src/Command/Redis/TimeSeries/TSRANGE.php | 2 +- src/Command/Redis/TimeSeries/TSREVRANGE.php | 2 +- src/Command/Redis/TopK/TOPKADD.php | 2 +- src/Command/Redis/TopK/TOPKINCRBY.php | 2 +- src/Command/Redis/TopK/TOPKINFO.php | 2 +- src/Command/Redis/TopK/TOPKLIST.php | 2 +- src/Command/Redis/TopK/TOPKQUERY.php | 2 +- src/Command/Redis/TopK/TOPKRESERVE.php | 2 +- src/Command/Redis/UNSUBSCRIBE.php | 2 +- src/Command/Redis/UNWATCH.php | 2 +- src/Command/Redis/WAITAOF.php | 2 +- src/Command/Redis/WATCH.php | 2 +- src/Command/Redis/XADD.php | 2 +- src/Command/Redis/XDEL.php | 2 +- src/Command/Redis/XLEN.php | 2 +- src/Command/Redis/XRANGE.php | 2 +- src/Command/Redis/XREAD.php | 2 +- src/Command/Redis/XREVRANGE.php | 2 +- src/Command/Redis/XTRIM.php | 2 +- src/Command/Redis/ZADD.php | 2 +- src/Command/Redis/ZCARD.php | 2 +- src/Command/Redis/ZCOUNT.php | 2 +- src/Command/Redis/ZDIFF.php | 2 +- src/Command/Redis/ZDIFFSTORE.php | 2 +- src/Command/Redis/ZINCRBY.php | 2 +- src/Command/Redis/ZINTER.php | 2 +- src/Command/Redis/ZINTERCARD.php | 2 +- src/Command/Redis/ZINTERSTORE.php | 2 +- src/Command/Redis/ZLEXCOUNT.php | 2 +- src/Command/Redis/ZMPOP.php | 2 +- src/Command/Redis/ZMSCORE.php | 2 +- src/Command/Redis/ZPOPMAX.php | 2 +- src/Command/Redis/ZPOPMIN.php | 2 +- src/Command/Redis/ZRANDMEMBER.php | 2 +- src/Command/Redis/ZRANGE.php | 2 +- src/Command/Redis/ZRANGEBYLEX.php | 2 +- src/Command/Redis/ZRANGEBYSCORE.php | 2 +- src/Command/Redis/ZRANGESTORE.php | 2 +- src/Command/Redis/ZRANK.php | 2 +- src/Command/Redis/ZREM.php | 2 +- src/Command/Redis/ZREMRANGEBYLEX.php | 2 +- src/Command/Redis/ZREMRANGEBYRANK.php | 2 +- src/Command/Redis/ZREMRANGEBYSCORE.php | 2 +- src/Command/Redis/ZREVRANGE.php | 2 +- src/Command/Redis/ZREVRANGEBYLEX.php | 2 +- src/Command/Redis/ZREVRANGEBYSCORE.php | 2 +- src/Command/Redis/ZREVRANK.php | 2 +- src/Command/Redis/ZSCAN.php | 2 +- src/Command/Redis/ZSCORE.php | 2 +- src/Command/Redis/ZUNION.php | 2 +- src/Command/Redis/ZUNIONSTORE.php | 2 +- src/Command/RedisFactory.php | 2 +- src/Command/ScriptCommand.php | 2 +- .../Strategy/ContainerCommands/Functions/DeleteStrategy.php | 2 +- .../Strategy/ContainerCommands/Functions/DumpStrategy.php | 2 +- .../Strategy/ContainerCommands/Functions/FlushStrategy.php | 2 +- .../Strategy/ContainerCommands/Functions/KillStrategy.php | 2 +- .../Strategy/ContainerCommands/Functions/ListStrategy.php | 2 +- .../Strategy/ContainerCommands/Functions/LoadStrategy.php | 2 +- .../Strategy/ContainerCommands/Functions/RestoreStrategy.php | 2 +- .../Strategy/ContainerCommands/Functions/StatsStrategy.php | 2 +- src/Command/Strategy/StrategyResolverInterface.php | 2 +- src/Command/Strategy/SubcommandStrategyInterface.php | 2 +- src/Command/Strategy/SubcommandStrategyResolver.php | 2 +- src/Command/Traits/Aggregate.php | 2 +- src/Command/Traits/BitByte.php | 2 +- src/Command/Traits/BloomFilters/BucketSize.php | 2 +- src/Command/Traits/BloomFilters/Capacity.php | 2 +- src/Command/Traits/BloomFilters/Error.php | 2 +- src/Command/Traits/BloomFilters/Expansion.php | 2 +- src/Command/Traits/BloomFilters/Items.php | 2 +- src/Command/Traits/BloomFilters/MaxIterations.php | 2 +- src/Command/Traits/BloomFilters/NoCreate.php | 2 +- src/Command/Traits/By/ByArgument.php | 2 +- src/Command/Traits/By/ByLexByScore.php | 2 +- src/Command/Traits/By/GeoBy.php | 2 +- src/Command/Traits/Count.php | 2 +- src/Command/Traits/DB.php | 2 +- src/Command/Traits/Expire/ExpireOptions.php | 2 +- src/Command/Traits/From/GeoFrom.php | 2 +- src/Command/Traits/Get/Get.php | 2 +- src/Command/Traits/Json/Indent.php | 2 +- src/Command/Traits/Json/Newline.php | 2 +- src/Command/Traits/Json/NxXxArgument.php | 2 +- src/Command/Traits/Json/Space.php | 2 +- src/Command/Traits/Keys.php | 2 +- src/Command/Traits/LeftRight.php | 2 +- src/Command/Traits/Limit/Limit.php | 2 +- src/Command/Traits/Limit/LimitObject.php | 2 +- src/Command/Traits/MinMaxModifier.php | 2 +- src/Command/Traits/Replace.php | 2 +- src/Command/Traits/Rev.php | 2 +- src/Command/Traits/Sorting.php | 2 +- src/Command/Traits/Storedist.php | 2 +- src/Command/Traits/Timeout.php | 2 +- src/Command/Traits/To/ServerTo.php | 2 +- src/Command/Traits/Weights.php | 2 +- src/Command/Traits/With/WithCoord.php | 2 +- src/Command/Traits/With/WithDist.php | 2 +- src/Command/Traits/With/WithHash.php | 2 +- src/Command/Traits/With/WithScores.php | 2 +- src/Command/Traits/With/WithValues.php | 2 +- src/CommunicationException.php | 2 +- src/Configuration/Option/Aggregate.php | 2 +- src/Configuration/Option/CRC16.php | 2 +- src/Configuration/Option/Cluster.php | 2 +- src/Configuration/Option/Commands.php | 2 +- src/Configuration/Option/Connections.php | 2 +- src/Configuration/Option/Exceptions.php | 2 +- src/Configuration/Option/Prefix.php | 2 +- src/Configuration/Option/Replication.php | 2 +- src/Configuration/OptionInterface.php | 2 +- src/Configuration/Options.php | 2 +- src/Configuration/OptionsInterface.php | 2 +- src/Connection/AbstractConnection.php | 2 +- src/Connection/AggregateConnectionInterface.php | 2 +- src/Connection/Cluster/ClusterInterface.php | 2 +- src/Connection/Cluster/PredisCluster.php | 2 +- src/Connection/Cluster/RedisCluster.php | 2 +- src/Connection/CompositeConnectionInterface.php | 2 +- src/Connection/CompositeStreamConnection.php | 2 +- src/Connection/ConnectionException.php | 2 +- src/Connection/ConnectionInterface.php | 2 +- src/Connection/Factory.php | 2 +- src/Connection/FactoryInterface.php | 2 +- src/Connection/NodeConnectionInterface.php | 2 +- src/Connection/Parameters.php | 2 +- src/Connection/ParametersInterface.php | 2 +- src/Connection/PhpiredisSocketConnection.php | 2 +- src/Connection/PhpiredisStreamConnection.php | 2 +- src/Connection/RelayConnection.php | 2 +- src/Connection/RelayMethods.php | 2 +- src/Connection/Replication/MasterSlaveReplication.php | 2 +- src/Connection/Replication/ReplicationInterface.php | 2 +- src/Connection/Replication/SentinelReplication.php | 2 +- src/Connection/StreamConnection.php | 2 +- src/Connection/WebdisConnection.php | 2 +- src/Monitor/Consumer.php | 2 +- src/NotSupportedException.php | 2 +- src/Pipeline/Atomic.php | 2 +- src/Pipeline/ConnectionErrorProof.php | 2 +- src/Pipeline/FireAndForget.php | 2 +- src/Pipeline/Pipeline.php | 2 +- src/Pipeline/RelayAtomic.php | 2 +- src/Pipeline/RelayPipeline.php | 2 +- src/PredisException.php | 2 +- src/Protocol/ProtocolException.php | 2 +- src/Protocol/ProtocolProcessorInterface.php | 2 +- src/Protocol/RequestSerializerInterface.php | 2 +- src/Protocol/ResponseReaderInterface.php | 2 +- src/Protocol/Text/CompositeProtocolProcessor.php | 2 +- src/Protocol/Text/Handler/BulkResponse.php | 2 +- src/Protocol/Text/Handler/ErrorResponse.php | 2 +- src/Protocol/Text/Handler/IntegerResponse.php | 2 +- src/Protocol/Text/Handler/MultiBulkResponse.php | 2 +- src/Protocol/Text/Handler/ResponseHandlerInterface.php | 2 +- src/Protocol/Text/Handler/StatusResponse.php | 2 +- src/Protocol/Text/Handler/StreamableMultiBulkResponse.php | 2 +- src/Protocol/Text/ProtocolProcessor.php | 2 +- src/Protocol/Text/RequestSerializer.php | 2 +- src/Protocol/Text/ResponseReader.php | 2 +- src/PubSub/AbstractConsumer.php | 2 +- src/PubSub/Consumer.php | 2 +- src/PubSub/DispatcherLoop.php | 2 +- src/PubSub/RelayConsumer.php | 2 +- src/Replication/MissingMasterException.php | 2 +- src/Replication/ReplicationStrategy.php | 2 +- src/Replication/RoleException.php | 2 +- src/Response/Error.php | 2 +- src/Response/ErrorInterface.php | 2 +- src/Response/Iterator/MultiBulk.php | 2 +- src/Response/Iterator/MultiBulkIterator.php | 2 +- src/Response/Iterator/MultiBulkTuple.php | 2 +- src/Response/ResponseInterface.php | 2 +- src/Response/ServerException.php | 2 +- src/Response/Status.php | 2 +- src/Session/Handler.php | 2 +- src/Transaction/AbortedMultiExecException.php | 2 +- src/Transaction/MultiExec.php | 2 +- src/Transaction/MultiExecState.php | 2 +- tests/PHPUnit/ArrayHasSameValuesConstraint.php | 2 +- tests/PHPUnit/AssertSameWithPrecisionConstraint.php | 2 +- tests/PHPUnit/OneOfConstraint.php | 2 +- tests/PHPUnit/PredisCommandTestCase.php | 2 +- tests/PHPUnit/PredisConnectionTestCase.php | 2 +- tests/PHPUnit/PredisDistributorTestCase.php | 2 +- tests/PHPUnit/PredisTestCase.php | 2 +- tests/PHPUnit/RedisCommandConstraint.php | 2 +- tests/Predis/ClientExceptionTest.php | 2 +- tests/Predis/ClientTest.php | 2 +- tests/Predis/Cluster/Distributor/EmptyRingExceptionTest.php | 2 +- tests/Predis/Cluster/Distributor/HashRingTest.php | 2 +- tests/Predis/Cluster/Distributor/KetamaRingTest.php | 2 +- tests/Predis/Cluster/Hash/CRC16Test.php | 2 +- tests/Predis/Cluster/Hash/PhpiredisCRC16Test.php | 2 +- tests/Predis/Cluster/PredisStrategyTest.php | 2 +- tests/Predis/Cluster/RedisStrategyTest.php | 2 +- tests/Predis/Cluster/SlotMapTest.php | 2 +- tests/Predis/Collection/Iterator/HashKeyTest.php | 2 +- tests/Predis/Collection/Iterator/KeyspaceTest.php | 2 +- tests/Predis/Collection/Iterator/ListKeyTest.php | 2 +- tests/Predis/Collection/Iterator/SetKeyTest.php | 2 +- tests/Predis/Collection/Iterator/SortedSetKeyTest.php | 2 +- tests/Predis/Command/Argument/Search/AggregateArgumentsTest.php | 2 +- tests/Predis/Command/Argument/Search/CommonArgumentsTest.php | 2 +- tests/Predis/Command/Argument/Search/CreateArgumentsTest.php | 2 +- tests/Predis/Command/Argument/Search/CursorArgumentsTest.php | 2 +- tests/Predis/Command/Argument/Search/DropArgumentsTest.php | 2 +- tests/Predis/Command/Argument/Search/ProfileArgumentsTest.php | 2 +- .../Command/Argument/Search/SchemaFields/GeoFieldTest.php | 2 +- .../Command/Argument/Search/SchemaFields/GeoShapeFieldTest.php | 2 +- .../Command/Argument/Search/SchemaFields/NumericFieldTest.php | 2 +- .../Command/Argument/Search/SchemaFields/TagFieldTest.php | 2 +- .../Command/Argument/Search/SchemaFields/TextFieldTest.php | 2 +- .../Command/Argument/Search/SchemaFields/VectorFieldTest.php | 2 +- tests/Predis/Command/Argument/Search/SearchArgumentsTest.php | 2 +- .../Predis/Command/Argument/Search/SpellcheckArgumentsTest.php | 2 +- tests/Predis/Command/Argument/Search/SugAddArgumentsTest.php | 2 +- tests/Predis/Command/Argument/Search/SugGetArgumentsTest.php | 2 +- tests/Predis/Command/Argument/TimeSeries/AddArgumentsTest.php | 2 +- .../Predis/Command/Argument/TimeSeries/CommonArgumentsTest.php | 2 +- .../Predis/Command/Argument/TimeSeries/CreateArgumentsTest.php | 2 +- .../Predis/Command/Argument/TimeSeries/IncrByArgumentsTest.php | 2 +- tests/Predis/Command/Argument/TimeSeries/InfoArgumentsTest.php | 2 +- .../Predis/Command/Argument/TimeSeries/MRangeArgumentsTest.php | 2 +- tests/Predis/Command/Argument/TimeSeries/RangeArgumentsTest.php | 2 +- tests/Predis/Command/CommandTest.php | 2 +- tests/Predis/Command/Processor/KeyPrefixProcessorTest.php | 2 +- tests/Predis/Command/Processor/ProcessorChainTest.php | 2 +- tests/Predis/Command/RawCommandTest.php | 2 +- tests/Predis/Command/RawFactoryTest.php | 2 +- tests/Predis/Command/Redis/ACL_Test.php | 2 +- tests/Predis/Command/Redis/APPEND_Test.php | 2 +- tests/Predis/Command/Redis/AUTH_Test.php | 2 +- tests/Predis/Command/Redis/AbstractCommand/BZPOPBaseTest.php | 2 +- tests/Predis/Command/Redis/BGREWRITEAOF_Test.php | 2 +- tests/Predis/Command/Redis/BGSAVE_Test.php | 2 +- tests/Predis/Command/Redis/BITCOUNT_Test.php | 2 +- tests/Predis/Command/Redis/BITFIELD_Test.php | 2 +- tests/Predis/Command/Redis/BITOP_Test.php | 2 +- tests/Predis/Command/Redis/BITPOS_Test.php | 2 +- tests/Predis/Command/Redis/BLMOVE_Test.php | 2 +- tests/Predis/Command/Redis/BLMPOP_Test.php | 2 +- tests/Predis/Command/Redis/BLPOP_Test.php | 2 +- tests/Predis/Command/Redis/BRPOPLPUSH_Test.php | 2 +- tests/Predis/Command/Redis/BRPOP_Test.php | 2 +- tests/Predis/Command/Redis/BZMPOP_Test.php | 2 +- tests/Predis/Command/Redis/BZPOPMAX_Test.php | 2 +- tests/Predis/Command/Redis/BZPOPMIN_Test.php | 2 +- tests/Predis/Command/Redis/BloomFilter/BFADD_Test.php | 2 +- tests/Predis/Command/Redis/BloomFilter/BFEXISTS_Test.php | 2 +- tests/Predis/Command/Redis/BloomFilter/BFINFO_Test.php | 2 +- tests/Predis/Command/Redis/BloomFilter/BFINSERT_Test.php | 2 +- tests/Predis/Command/Redis/BloomFilter/BFLOADCHUNK_Test.php | 2 +- tests/Predis/Command/Redis/BloomFilter/BFMADD_Test.php | 2 +- tests/Predis/Command/Redis/BloomFilter/BFMEXISTS_Test.php | 2 +- tests/Predis/Command/Redis/BloomFilter/BFRESERVE_Test.php | 2 +- tests/Predis/Command/Redis/BloomFilter/BFSCANDUMP_Test.php | 2 +- tests/Predis/Command/Redis/CLIENT_Test.php | 2 +- tests/Predis/Command/Redis/CLUSTER_Test.php | 2 +- tests/Predis/Command/Redis/COMMAND_Test.php | 2 +- tests/Predis/Command/Redis/CONFIG_Test.php | 2 +- tests/Predis/Command/Redis/COPY_Test.php | 2 +- tests/Predis/Command/Redis/Container/AbstractContainerTest.php | 2 +- tests/Predis/Command/Redis/Container/CLUSTER_Test.php | 2 +- tests/Predis/Command/Redis/Container/ContainerFactoryTest.php | 2 +- tests/Predis/Command/Redis/CountMinSketch/CMSINCRBY_Test.php | 2 +- tests/Predis/Command/Redis/CountMinSketch/CMSINFO_Test.php | 2 +- tests/Predis/Command/Redis/CountMinSketch/CMSINITBYDIM_Test.php | 2 +- .../Predis/Command/Redis/CountMinSketch/CMSINITBYPROB_Test.php | 2 +- tests/Predis/Command/Redis/CountMinSketch/CMSMERGE_Test.php | 2 +- tests/Predis/Command/Redis/CountMinSketch/CMSQUERY_Test.php | 2 +- tests/Predis/Command/Redis/CuckooFilter/CFADDNX_Test.php | 2 +- tests/Predis/Command/Redis/CuckooFilter/CFADD_Test.php | 2 +- tests/Predis/Command/Redis/CuckooFilter/CFCOUNT_Test.php | 2 +- tests/Predis/Command/Redis/CuckooFilter/CFDEL_Test.php | 2 +- tests/Predis/Command/Redis/CuckooFilter/CFEXISTS_Test.php | 2 +- tests/Predis/Command/Redis/CuckooFilter/CFINFO_Test.php | 2 +- tests/Predis/Command/Redis/CuckooFilter/CFINSERTNX_Test.php | 2 +- tests/Predis/Command/Redis/CuckooFilter/CFINSERT_Test.php | 2 +- tests/Predis/Command/Redis/CuckooFilter/CFLOADCHUNK_Test.php | 2 +- tests/Predis/Command/Redis/CuckooFilter/CFMEXISTS_Test.php | 2 +- tests/Predis/Command/Redis/CuckooFilter/CFRESERVE_Test.php | 2 +- tests/Predis/Command/Redis/CuckooFilter/CFSCANDUMP_Test.php | 2 +- tests/Predis/Command/Redis/DBSIZE_Test.php | 2 +- tests/Predis/Command/Redis/DECRBY_Test.php | 2 +- tests/Predis/Command/Redis/DECR_Test.php | 2 +- tests/Predis/Command/Redis/DEL_Test.php | 2 +- tests/Predis/Command/Redis/DISCARD_Test.php | 2 +- tests/Predis/Command/Redis/DUMP_Test.php | 2 +- tests/Predis/Command/Redis/ECHO_Test.php | 2 +- tests/Predis/Command/Redis/EVALSHA_RO_Test.php | 2 +- tests/Predis/Command/Redis/EVALSHA_Test.php | 2 +- tests/Predis/Command/Redis/EVAL_RO_Test.php | 2 +- tests/Predis/Command/Redis/EVAL_Test.php | 2 +- tests/Predis/Command/Redis/EXEC_Test.php | 2 +- tests/Predis/Command/Redis/EXISTS_Test.php | 2 +- tests/Predis/Command/Redis/EXPIREAT_Test.php | 2 +- tests/Predis/Command/Redis/EXPIRETIME_Test.php | 2 +- tests/Predis/Command/Redis/EXPIRE_Test.php | 2 +- tests/Predis/Command/Redis/FAILOVER_Test.php | 2 +- tests/Predis/Command/Redis/FCALL_RO_Test.php | 2 +- tests/Predis/Command/Redis/FCALL_Test.php | 2 +- tests/Predis/Command/Redis/FLUSHALL_Test.php | 2 +- tests/Predis/Command/Redis/FLUSHDB_Test.php | 2 +- tests/Predis/Command/Redis/FUNCTIONS_Test.php | 2 +- tests/Predis/Command/Redis/GEOADD_Test.php | 2 +- tests/Predis/Command/Redis/GEODIST_Test.php | 2 +- tests/Predis/Command/Redis/GEOHASH_Test.php | 2 +- tests/Predis/Command/Redis/GEOPOS_Test.php | 2 +- tests/Predis/Command/Redis/GEORADIUSBYMEMBER_Test.php | 2 +- tests/Predis/Command/Redis/GEORADIUS_Test.php | 2 +- tests/Predis/Command/Redis/GEOSEARCHSTORE_Test.php | 2 +- tests/Predis/Command/Redis/GEOSEARCH_Test.php | 2 +- tests/Predis/Command/Redis/GETBIT_Test.php | 2 +- tests/Predis/Command/Redis/GETDEL_Test.php | 2 +- tests/Predis/Command/Redis/GETEX_Test.php | 2 +- tests/Predis/Command/Redis/GETRANGE_Test.php | 2 +- tests/Predis/Command/Redis/GETSET_Test.php | 2 +- tests/Predis/Command/Redis/GET_Test.php | 2 +- tests/Predis/Command/Redis/HDEL_Test.php | 2 +- tests/Predis/Command/Redis/HEXISTS_Test.php | 2 +- tests/Predis/Command/Redis/HEXPIREAT_Test.php | 2 +- tests/Predis/Command/Redis/HEXPIRETIME_Test.php | 2 +- tests/Predis/Command/Redis/HEXPIRE_Test.php | 2 +- tests/Predis/Command/Redis/HGETALL_Test.php | 2 +- tests/Predis/Command/Redis/HGET_Test.php | 2 +- tests/Predis/Command/Redis/HINCRBYFLOAT_Test.php | 2 +- tests/Predis/Command/Redis/HINCRBY_Test.php | 2 +- tests/Predis/Command/Redis/HKEYS_Test.php | 2 +- tests/Predis/Command/Redis/HLEN_Test.php | 2 +- tests/Predis/Command/Redis/HMGET_Test.php | 2 +- tests/Predis/Command/Redis/HMSET_Test.php | 2 +- tests/Predis/Command/Redis/HPERSIST_Test.php | 2 +- tests/Predis/Command/Redis/HPEXPIREAT_Test.php | 2 +- tests/Predis/Command/Redis/HPEXPIRETIME_Test.php | 2 +- tests/Predis/Command/Redis/HPEXPIRE_Test.php | 2 +- tests/Predis/Command/Redis/HPTTL_Test.php | 2 +- tests/Predis/Command/Redis/HRANDFIELD_Test.php | 2 +- tests/Predis/Command/Redis/HSCAN_Test.php | 2 +- tests/Predis/Command/Redis/HSETNX_Test.php | 2 +- tests/Predis/Command/Redis/HSET_Test.php | 2 +- tests/Predis/Command/Redis/HSTRLEN_Test.php | 2 +- tests/Predis/Command/Redis/HTTL_Test.php | 2 +- tests/Predis/Command/Redis/HVALS_Test.php | 2 +- tests/Predis/Command/Redis/INCRBYFLOAT_Test.php | 2 +- tests/Predis/Command/Redis/INCRBY_Test.php | 2 +- tests/Predis/Command/Redis/INCR_Test.php | 2 +- tests/Predis/Command/Redis/INFO_Test.php | 2 +- tests/Predis/Command/Redis/Json/JSONARRAPPEND_Test.php | 2 +- tests/Predis/Command/Redis/Json/JSONARRINDEX_Test.php | 2 +- tests/Predis/Command/Redis/Json/JSONARRINSERT_Test.php | 2 +- tests/Predis/Command/Redis/Json/JSONARRLEN_Test.php | 2 +- tests/Predis/Command/Redis/Json/JSONARRPOP_Test.php | 2 +- tests/Predis/Command/Redis/Json/JSONARRTRIM_Test.php | 2 +- tests/Predis/Command/Redis/Json/JSONCLEAR_Test.php | 2 +- tests/Predis/Command/Redis/Json/JSONDEBUG_Test.php | 2 +- tests/Predis/Command/Redis/Json/JSONDEL_Test.php | 2 +- tests/Predis/Command/Redis/Json/JSONFORGET_Test.php | 2 +- tests/Predis/Command/Redis/Json/JSONGET_Test.php | 2 +- tests/Predis/Command/Redis/Json/JSONMERGE_Test.php | 2 +- tests/Predis/Command/Redis/Json/JSONMGET_Test.php | 2 +- tests/Predis/Command/Redis/Json/JSONMSET_Test.php | 2 +- tests/Predis/Command/Redis/Json/JSONNUMINCRBY_Test.php | 2 +- tests/Predis/Command/Redis/Json/JSONOBJKEYS_Test.php | 2 +- tests/Predis/Command/Redis/Json/JSONOBJLEN_Test.php | 2 +- tests/Predis/Command/Redis/Json/JSONRESP_Test.php | 2 +- tests/Predis/Command/Redis/Json/JSONSET_Test.php | 2 +- tests/Predis/Command/Redis/Json/JSONSTRAPPEND_Test.php | 2 +- tests/Predis/Command/Redis/Json/JSONSTRLEN_Test.php | 2 +- tests/Predis/Command/Redis/Json/JSONTOGGLE_Test.php | 2 +- tests/Predis/Command/Redis/Json/JSONTYPE_Test.php | 2 +- tests/Predis/Command/Redis/KEYS_Test.php | 2 +- tests/Predis/Command/Redis/LASTSAVE_Test.php | 2 +- tests/Predis/Command/Redis/LCS_Test.php | 2 +- tests/Predis/Command/Redis/LINDEX_Test.php | 2 +- tests/Predis/Command/Redis/LINSERT_Test.php | 2 +- tests/Predis/Command/Redis/LLEN_Test.php | 2 +- tests/Predis/Command/Redis/LMOVE_Test.php | 2 +- tests/Predis/Command/Redis/LMPOP_Test.php | 2 +- tests/Predis/Command/Redis/LPOP_Test.php | 2 +- tests/Predis/Command/Redis/LPUSHX_Test.php | 2 +- tests/Predis/Command/Redis/LPUSH_Test.php | 2 +- tests/Predis/Command/Redis/LRANGE_Test.php | 2 +- tests/Predis/Command/Redis/LREM_Test.php | 2 +- tests/Predis/Command/Redis/LSET_Test.php | 2 +- tests/Predis/Command/Redis/LTRIM_Test.php | 2 +- tests/Predis/Command/Redis/MGET_Test.php | 2 +- tests/Predis/Command/Redis/MIGRATE_Test.php | 2 +- tests/Predis/Command/Redis/MONITOR_Test.php | 2 +- tests/Predis/Command/Redis/MOVE_Test.php | 2 +- tests/Predis/Command/Redis/MSETNX_Test.php | 2 +- tests/Predis/Command/Redis/MSET_Test.php | 2 +- tests/Predis/Command/Redis/MULTI_Test.php | 2 +- tests/Predis/Command/Redis/OBJECT_Test.php | 2 +- tests/Predis/Command/Redis/PERSIST_Test.php | 2 +- tests/Predis/Command/Redis/PEXPIREAT_Test.php | 2 +- tests/Predis/Command/Redis/PEXPIRETIME_Test.php | 2 +- tests/Predis/Command/Redis/PEXPIRE_Test.php | 2 +- tests/Predis/Command/Redis/PFADD_Test.php | 2 +- tests/Predis/Command/Redis/PFCOUNT_Test.php | 2 +- tests/Predis/Command/Redis/PFMERGE_Test.php | 2 +- tests/Predis/Command/Redis/PING_Test.php | 2 +- tests/Predis/Command/Redis/PSETEX_Test.php | 2 +- tests/Predis/Command/Redis/PSUBSCRIBE_Test.php | 2 +- tests/Predis/Command/Redis/PTTL_Test.php | 2 +- tests/Predis/Command/Redis/PUBLISH_Test.php | 2 +- tests/Predis/Command/Redis/PUBSUB_Test.php | 2 +- tests/Predis/Command/Redis/PUNSUBSCRIBE_Test.php | 2 +- tests/Predis/Command/Redis/QUIT_Test.php | 2 +- tests/Predis/Command/Redis/RANDOMKEY_Test.php | 2 +- tests/Predis/Command/Redis/RENAMENX_Test.php | 2 +- tests/Predis/Command/Redis/RENAME_Test.php | 2 +- tests/Predis/Command/Redis/RESTORE_Test.php | 2 +- tests/Predis/Command/Redis/RPOPLPUSH_Test.php | 2 +- tests/Predis/Command/Redis/RPOP_Test.php | 2 +- tests/Predis/Command/Redis/RPUSHX_Test.php | 2 +- tests/Predis/Command/Redis/RPUSH_Test.php | 2 +- tests/Predis/Command/Redis/SADD_Test.php | 2 +- tests/Predis/Command/Redis/SAVE_Test.php | 2 +- tests/Predis/Command/Redis/SCAN_Test.php | 2 +- tests/Predis/Command/Redis/SCARD_Test.php | 2 +- tests/Predis/Command/Redis/SCRIPT_Test.php | 2 +- tests/Predis/Command/Redis/SDIFFSTORE_Test.php | 2 +- tests/Predis/Command/Redis/SDIFF_Test.php | 2 +- tests/Predis/Command/Redis/SELECT_Test.php | 2 +- tests/Predis/Command/Redis/SENTINEL_Test.php | 2 +- tests/Predis/Command/Redis/SETBIT_Test.php | 2 +- tests/Predis/Command/Redis/SETEX_Test.php | 2 +- tests/Predis/Command/Redis/SETNX_Test.php | 2 +- tests/Predis/Command/Redis/SETRANGE_Test.php | 2 +- tests/Predis/Command/Redis/SET_Test.php | 2 +- tests/Predis/Command/Redis/SHUTDOWN_Test.php | 2 +- tests/Predis/Command/Redis/SINTERCARD_Test.php | 2 +- tests/Predis/Command/Redis/SINTERSTORE_Test.php | 2 +- tests/Predis/Command/Redis/SINTER_Test.php | 2 +- tests/Predis/Command/Redis/SISMEMBER_Test.php | 2 +- tests/Predis/Command/Redis/SLAVEOF_Test.php | 2 +- tests/Predis/Command/Redis/SLOWLOG_Test.php | 2 +- tests/Predis/Command/Redis/SMEMBERS_Test.php | 2 +- tests/Predis/Command/Redis/SMISMEMBER_Test.php | 2 +- tests/Predis/Command/Redis/SMOVE_Test.php | 2 +- tests/Predis/Command/Redis/SORT_RO_Test.php | 2 +- tests/Predis/Command/Redis/SORT_Test.php | 2 +- tests/Predis/Command/Redis/SPOP_Test.php | 2 +- tests/Predis/Command/Redis/SRANDMEMBER_Test.php | 2 +- tests/Predis/Command/Redis/SREM_Test.php | 2 +- tests/Predis/Command/Redis/SSCAN_Test.php | 2 +- tests/Predis/Command/Redis/STRLEN_Test.php | 2 +- tests/Predis/Command/Redis/SUBSCRIBE_Test.php | 2 +- tests/Predis/Command/Redis/SUBSTR_Test.php | 2 +- tests/Predis/Command/Redis/SUNIONSTORE_Test.php | 2 +- tests/Predis/Command/Redis/SUNION_Test.php | 2 +- tests/Predis/Command/Redis/Search/FTAGGREGATE_Test.php | 2 +- tests/Predis/Command/Redis/Search/FTALIASADD_Test.php | 2 +- tests/Predis/Command/Redis/Search/FTALIASDEL_Test.php | 2 +- tests/Predis/Command/Redis/Search/FTALIASUPDATE_Test.php | 2 +- tests/Predis/Command/Redis/Search/FTALTER_Test.php | 2 +- tests/Predis/Command/Redis/Search/FTCONFIG_Test.php | 2 +- tests/Predis/Command/Redis/Search/FTCREATE_Test.php | 2 +- tests/Predis/Command/Redis/Search/FTCURSOR_Test.php | 2 +- tests/Predis/Command/Redis/Search/FTDICTADD_Test.php | 2 +- tests/Predis/Command/Redis/Search/FTDICTDEL_Test.php | 2 +- tests/Predis/Command/Redis/Search/FTDICTDUMP_Test.php | 2 +- tests/Predis/Command/Redis/Search/FTDROPINDEX_Test.php | 2 +- tests/Predis/Command/Redis/Search/FTEXPLAIN_Test.php | 2 +- tests/Predis/Command/Redis/Search/FTINFO_Test.php | 2 +- tests/Predis/Command/Redis/Search/FTPROFILE_Test.php | 2 +- tests/Predis/Command/Redis/Search/FTSEARCH_Test.php | 2 +- tests/Predis/Command/Redis/Search/FTSPELLCHECK_Test.php | 2 +- tests/Predis/Command/Redis/Search/FTSUGADD_Test.php | 2 +- tests/Predis/Command/Redis/Search/FTSUGDEL_Test.php | 2 +- tests/Predis/Command/Redis/Search/FTSUGGET_Test.php | 2 +- tests/Predis/Command/Redis/Search/FTSUGLEN_Test.php | 2 +- tests/Predis/Command/Redis/Search/FTSYNDUMP_Test.php | 2 +- tests/Predis/Command/Redis/Search/FTSYNUPDATE_Test.php | 2 +- tests/Predis/Command/Redis/Search/FTTAGVALS_Test.php | 2 +- tests/Predis/Command/Redis/TDigest/TDIGESTADD_Test.php | 2 +- tests/Predis/Command/Redis/TDigest/TDIGESTBYRANK_Test.php | 2 +- tests/Predis/Command/Redis/TDigest/TDIGESTBYREVRANK_Test.php | 2 +- tests/Predis/Command/Redis/TDigest/TDIGESTCDF_Test.php | 2 +- tests/Predis/Command/Redis/TDigest/TDIGESTCREATE_Test.php | 2 +- tests/Predis/Command/Redis/TDigest/TDIGESTINFO_Test.php | 2 +- tests/Predis/Command/Redis/TDigest/TDIGESTMAX_Test.php | 2 +- tests/Predis/Command/Redis/TDigest/TDIGESTMERGE_Test.php | 2 +- tests/Predis/Command/Redis/TDigest/TDIGESTMIN_Test.php | 2 +- tests/Predis/Command/Redis/TDigest/TDIGESTQUANTILE_Test.php | 2 +- tests/Predis/Command/Redis/TDigest/TDIGESTRANK_Test.php | 2 +- tests/Predis/Command/Redis/TDigest/TDIGESTRESET_Test.php | 2 +- tests/Predis/Command/Redis/TDigest/TDIGESTREVRANK_Test.php | 2 +- tests/Predis/Command/Redis/TDigest/TDIGESTTRIMMED_MEAN_Test.php | 2 +- tests/Predis/Command/Redis/TIME_Test.php | 2 +- tests/Predis/Command/Redis/TOUCH_Test.php | 2 +- tests/Predis/Command/Redis/TTL_Test.php | 2 +- tests/Predis/Command/Redis/TYPE_Test.php | 2 +- tests/Predis/Command/Redis/TimeSeries/TSADD_Test.php | 2 +- tests/Predis/Command/Redis/TimeSeries/TSALTER_Test.php | 2 +- tests/Predis/Command/Redis/TimeSeries/TSCREATERULE_Test.php | 2 +- tests/Predis/Command/Redis/TimeSeries/TSCREATE_Test.php | 2 +- tests/Predis/Command/Redis/TimeSeries/TSDECRBY_Test.php | 2 +- tests/Predis/Command/Redis/TimeSeries/TSDELETERULE_Test.php | 2 +- tests/Predis/Command/Redis/TimeSeries/TSDEL_Test.php | 2 +- tests/Predis/Command/Redis/TimeSeries/TSGET_Test.php | 2 +- tests/Predis/Command/Redis/TimeSeries/TSINCRBY_Test.php | 2 +- tests/Predis/Command/Redis/TimeSeries/TSINFO_Test.php | 2 +- tests/Predis/Command/Redis/TimeSeries/TSMADD_Test.php | 2 +- tests/Predis/Command/Redis/TimeSeries/TSMGET_Test.php | 2 +- tests/Predis/Command/Redis/TimeSeries/TSMRANGE_Test.php | 2 +- tests/Predis/Command/Redis/TimeSeries/TSMREVRANGE_Test.php | 2 +- tests/Predis/Command/Redis/TimeSeries/TSQUERYINDEX_Test.php | 2 +- tests/Predis/Command/Redis/TimeSeries/TSRANGE_Test.php | 2 +- tests/Predis/Command/Redis/TimeSeries/TSREVRANGE_Test.php | 2 +- tests/Predis/Command/Redis/TopK/TOPKADD_Test.php | 2 +- tests/Predis/Command/Redis/TopK/TOPKINCRBY_Test.php | 2 +- tests/Predis/Command/Redis/TopK/TOPKINFO_Test.php | 2 +- tests/Predis/Command/Redis/TopK/TOPKLIST_Test.php | 2 +- tests/Predis/Command/Redis/TopK/TOPKQUERY_Test.php | 2 +- tests/Predis/Command/Redis/TopK/TOPKRESERVE_Test.php | 2 +- tests/Predis/Command/Redis/UNSUBSCRIBE_Test.php | 2 +- tests/Predis/Command/Redis/UNWATCH_Test.php | 2 +- tests/Predis/Command/Redis/WAITAOF_Test.php | 2 +- tests/Predis/Command/Redis/WATCH_Test.php | 2 +- tests/Predis/Command/Redis/XADD_Test.php | 2 +- tests/Predis/Command/Redis/XDEL_Test.php | 2 +- tests/Predis/Command/Redis/XLEN_Test.php | 2 +- tests/Predis/Command/Redis/XRANGE_Test.php | 2 +- tests/Predis/Command/Redis/XREAD_Test.php | 2 +- tests/Predis/Command/Redis/XREVRANGE_Test.php | 2 +- tests/Predis/Command/Redis/XTRIM_Test.php | 2 +- tests/Predis/Command/Redis/ZADD_Test.php | 2 +- tests/Predis/Command/Redis/ZCARD_Test.php | 2 +- tests/Predis/Command/Redis/ZCOUNT_Test.php | 2 +- tests/Predis/Command/Redis/ZDIFFSTORE_Test.php | 2 +- tests/Predis/Command/Redis/ZDIFF_test.php | 2 +- tests/Predis/Command/Redis/ZINCRBY_Test.php | 2 +- tests/Predis/Command/Redis/ZINTERCARD_Test.php | 2 +- tests/Predis/Command/Redis/ZINTERSTORE_Test.php | 2 +- tests/Predis/Command/Redis/ZINTER_Test.php | 2 +- tests/Predis/Command/Redis/ZLEXCOUNT_Test.php | 2 +- tests/Predis/Command/Redis/ZMPOP_Test.php | 2 +- tests/Predis/Command/Redis/ZMSCORE_Test.php | 2 +- tests/Predis/Command/Redis/ZPOPMAX_Test.php | 2 +- tests/Predis/Command/Redis/ZPOPMIN_Test.php | 2 +- tests/Predis/Command/Redis/ZRANDMEMBER_test.php | 2 +- tests/Predis/Command/Redis/ZRANGEBYLEX_Test.php | 2 +- tests/Predis/Command/Redis/ZRANGEBYSCORE_Test.php | 2 +- tests/Predis/Command/Redis/ZRANGESTORE_Test.php | 2 +- tests/Predis/Command/Redis/ZRANGE_Test.php | 2 +- tests/Predis/Command/Redis/ZRANK_Test.php | 2 +- tests/Predis/Command/Redis/ZREMRANGEBYLEX_Test.php | 2 +- tests/Predis/Command/Redis/ZREMRANGEBYRANK_Test.php | 2 +- tests/Predis/Command/Redis/ZREMRANGEBYSCORE_Test.php | 2 +- tests/Predis/Command/Redis/ZREM_Test.php | 2 +- tests/Predis/Command/Redis/ZREVRANGEBYLEX_Test.php | 2 +- tests/Predis/Command/Redis/ZREVRANGEBYSCORE_Test.php | 2 +- tests/Predis/Command/Redis/ZREVRANGE_Test.php | 2 +- tests/Predis/Command/Redis/ZREVRANK_Test.php | 2 +- tests/Predis/Command/Redis/ZSCAN_Test.php | 2 +- tests/Predis/Command/Redis/ZSCORE_Test.php | 2 +- tests/Predis/Command/Redis/ZUNIONSTORE_Test.php | 2 +- tests/Predis/Command/Redis/ZUNION_Test.php | 2 +- tests/Predis/Command/RedisFactoryTest.php | 2 +- tests/Predis/Command/ScriptCommandTest.php | 2 +- .../Strategy/ContainerCommands/Functions/DeleteStrategyTest.php | 2 +- .../Strategy/ContainerCommands/Functions/DumpStrategyTest.php | 2 +- .../Strategy/ContainerCommands/Functions/FlushStrategyTest.php | 2 +- .../Strategy/ContainerCommands/Functions/KillStrategyTest.php | 2 +- .../Strategy/ContainerCommands/Functions/ListStrategyTest.php | 2 +- .../Strategy/ContainerCommands/Functions/LoadStrategyTest.php | 2 +- .../ContainerCommands/Functions/RestoreStrategyTest.php | 2 +- .../Strategy/ContainerCommands/Functions/StatsStrategyTest.php | 2 +- .../Predis/Command/Strategy/SubcommandStrategyResolverTest.php | 2 +- tests/Predis/Command/Traits/AggregateTest.php | 2 +- tests/Predis/Command/Traits/BitByteTest.php | 2 +- tests/Predis/Command/Traits/BloomFilters/BucketSizeTest.php | 2 +- tests/Predis/Command/Traits/BloomFilters/CapacityTest.php | 2 +- tests/Predis/Command/Traits/BloomFilters/ErrorTest.php | 2 +- tests/Predis/Command/Traits/BloomFilters/ExpansionTest.php | 2 +- tests/Predis/Command/Traits/BloomFilters/ItemsTest.php | 2 +- tests/Predis/Command/Traits/BloomFilters/MaxIterationsTest.php | 2 +- tests/Predis/Command/Traits/BloomFilters/NoCreateTest.php | 2 +- tests/Predis/Command/Traits/By/ByArgumentTest.php | 2 +- tests/Predis/Command/Traits/By/GeoByTest.php | 2 +- tests/Predis/Command/Traits/ByLexByScoreTest.php | 2 +- tests/Predis/Command/Traits/CountTest.php | 2 +- tests/Predis/Command/Traits/DbTest.php | 2 +- tests/Predis/Command/Traits/From/GeoFromTest.php | 2 +- tests/Predis/Command/Traits/Get/GetTest.php | 2 +- tests/Predis/Command/Traits/Json/IndentTest.php | 2 +- tests/Predis/Command/Traits/Json/NewlineTest.php | 2 +- tests/Predis/Command/Traits/Json/NxXxArgumentTest.php | 2 +- tests/Predis/Command/Traits/Json/SpaceTest.php | 2 +- tests/Predis/Command/Traits/KeysTest.php | 2 +- tests/Predis/Command/Traits/LeftRightTest.php | 2 +- tests/Predis/Command/Traits/Limit/LimitObjectTest.php | 2 +- tests/Predis/Command/Traits/Limit/LimitTest.php | 2 +- tests/Predis/Command/Traits/MinMaxModifierTest.php | 2 +- tests/Predis/Command/Traits/ReplaceTest.php | 2 +- tests/Predis/Command/Traits/RevTest.php | 2 +- tests/Predis/Command/Traits/StoredistTest.php | 2 +- tests/Predis/Command/Traits/TimeoutTest.php | 2 +- tests/Predis/Command/Traits/To/ServerToTest.php | 2 +- tests/Predis/Command/Traits/WeightsTest.php | 2 +- tests/Predis/Command/Traits/With/WithCoordTest.php | 2 +- tests/Predis/Command/Traits/With/WithDistTest.php | 2 +- tests/Predis/Command/Traits/With/WithHashTest.php | 2 +- tests/Predis/Command/Traits/With/WithScoresTest.php | 2 +- tests/Predis/CommunicationExceptionTest.php | 2 +- tests/Predis/Configuration/Option/AggregateTest.php | 2 +- tests/Predis/Configuration/Option/CRC16Test.php | 2 +- tests/Predis/Configuration/Option/ClusterTest.php | 2 +- tests/Predis/Configuration/Option/CommandsTest.php | 2 +- tests/Predis/Configuration/Option/ConnectionsTest.php | 2 +- tests/Predis/Configuration/Option/ExceptionsTest.php | 2 +- tests/Predis/Configuration/Option/PrefixTest.php | 2 +- tests/Predis/Configuration/Option/ReplicationTest.php | 2 +- tests/Predis/Configuration/OptionsTest.php | 2 +- tests/Predis/Connection/Cluster/PredisClusterTest.php | 2 +- tests/Predis/Connection/Cluster/RedisClusterTest.php | 2 +- tests/Predis/Connection/CompositeStreamConnectionTest.php | 2 +- tests/Predis/Connection/ConnectionExceptionTest.php | 2 +- tests/Predis/Connection/FactoryTest.php | 2 +- tests/Predis/Connection/ParametersTest.php | 2 +- tests/Predis/Connection/PhpiredisSocketConnectionTest.php | 2 +- tests/Predis/Connection/PhpiredisStreamConnectionTest.php | 2 +- tests/Predis/Connection/RelayConnectionTest.php | 2 +- .../Connection/Replication/MasterSlaveReplicationTest.php | 2 +- tests/Predis/Connection/Replication/SentinelReplicationTest.php | 2 +- tests/Predis/Connection/StreamConnectionTest.php | 2 +- tests/Predis/Connection/WebdisConnectionTest.php | 2 +- tests/Predis/Monitor/ConsumerTest.php | 2 +- tests/Predis/Pipeline/AtomicTest.php | 2 +- tests/Predis/Pipeline/FireAndForgetTest.php | 2 +- tests/Predis/Pipeline/PipelineTest.php | 2 +- tests/Predis/PredisExceptionTest.php | 2 +- tests/Predis/Protocol/ProtocolExceptionTest.php | 2 +- tests/Predis/Protocol/Text/CompositeProtocolProcessorTest.php | 2 +- tests/Predis/Protocol/Text/Handler/BulkResponseTest.php | 2 +- tests/Predis/Protocol/Text/Handler/ErrorResponseTest.php | 2 +- tests/Predis/Protocol/Text/Handler/IntegerResponseTest.php | 2 +- tests/Predis/Protocol/Text/Handler/MultiBulkResponseTest.php | 2 +- tests/Predis/Protocol/Text/Handler/StatusResponseTest.php | 2 +- .../Protocol/Text/Handler/StreamableMultiBulkResponseTest.php | 2 +- tests/Predis/Protocol/Text/ProtocolProcessorTest.php | 2 +- tests/Predis/Protocol/Text/RequestSerializerTest.php | 2 +- tests/Predis/Protocol/Text/ResponseReaderTest.php | 2 +- tests/Predis/PubSub/ConsumerTest.php | 2 +- tests/Predis/PubSub/DispatcherLoopTest.php | 2 +- tests/Predis/Replication/ReplicationStrategyTest.php | 2 +- tests/Predis/Response/ErrorTest.php | 2 +- tests/Predis/Response/Iterator/MultiBulkTest.php | 2 +- tests/Predis/Response/Iterator/MultiBulkTupleTest.php | 2 +- tests/Predis/Response/ServerExceptionTest.php | 2 +- tests/Predis/Response/StatusTest.php | 2 +- tests/Predis/Transaction/AbortedMultiExecExceptionTest.php | 2 +- tests/Predis/Transaction/MultiExecStateTest.php | 2 +- tests/Predis/Transaction/MultiExecTest.php | 2 +- tests/bootstrap.php | 2 +- 1076 files changed, 1076 insertions(+), 1076 deletions(-) diff --git a/.php-cs-fixer.dist.php b/.php-cs-fixer.dist.php index c74feb7f..bcdf8c5c 100644 --- a/.php-cs-fixer.dist.php +++ b/.php-cs-fixer.dist.php @@ -4,7 +4,7 @@ $PREDIS_HEADER = <<