Improve encapsulation

This commit is contained in:
Philipp 2023-01-11 22:00:29 +01:00
parent 11a8bd17e3
commit fef10e8a57
No known key found for this signature in database
GPG key ID: 24A7501396EB5432
4 changed files with 21 additions and 24 deletions

View file

@ -56,7 +56,7 @@ class Cache
private $source = [];
/**
* @var array
* @var bool[][]
*/
private $delConfig = [];