Skip to content

Commit be96606

Browse files
authored
Merge pull request #718 from Geolim4/master
Fixed #717
2 parents cb0819a + ec2787b commit be96606

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ php:
4141
- 7.0
4242
- 7.1
4343
- 7.2
44+
- 7.3
45+
- 7.4
4446
- nightly
4547
- hhvm
4648

lib/Phpfastcache/Helper/ActOnAll.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,12 @@ class ActOnAll
3535
protected $instances = [];
3636

3737
/**
38+
* @deprecated as of 7.1.1 will be removed in 8.x (Replaced by Cluster Aggregation feature)
3839
* ActOnAll constructor.
3940
*/
4041
public function __construct()
4142
{
43+
@\trigger_error(\sprintf('Class "%s" is deprecated and will be removed in the next major release (8.x).', static::class), \E_USER_DEPRECATED);
4244
$this->instances =& CacheManager::getInternalInstances();
4345
}
4446

0 commit comments

Comments
 (0)