alphazframework / framework

Core files of AlphaZ Framework
https://alphazframework.github.io/
MIT License
16 stars 17 forks source link

Member ttl has private access #269

Closed wesolowski closed 4 years ago

wesolowski commented 4 years ago

Member has private access and can`t not by use in:

codecov[bot] commented 4 years ago

Codecov Report

Merging #269 into master will increase coverage by <.01%. The diff coverage is 0%.

Impacted file tree graph

@@             Coverage Diff             @@
##             master    #269      +/-   ##
===========================================
+ Coverage      8.62%   8.62%   +<.01%     
- Complexity     1900    1904       +4     
===========================================
  Files           110     110              
  Lines          4811    4844      +33     
===========================================
+ Hits            415     418       +3     
- Misses         4396    4426      +30
Impacted Files Coverage Δ Complexity Δ
src/Cache/Adapter/FileCache.php 0% <0%> (ø) 20 <0> (ø) :arrow_down:
src/Cache/Adapter/Memcached.php 0% <0%> (ø) 21 <0> (ø) :arrow_down:
src/Cache/Adapter/APC.php 0% <0%> (ø) 16 <0> (ø) :arrow_down:
src/Cache/Adapter/SessionCache.php 0% <0%> (ø) 20 <0> (ø) :arrow_down:
src/Cache/Adapter/Memcache.php 0% <0%> (ø) 19 <0> (ø) :arrow_down:
src/Cache/Adapter/Redis.php 0% <0%> (ø) 22 <0> (ø) :arrow_down:
src/Cache/Adapter/APCU.php 0% <0%> (ø) 16 <0> (ø) :arrow_down:
src/Component/Components.php 0% <0%> (ø) 29% <0%> (+5%) :arrow_up:
src/Data/Str.php 86.11% <0%> (+1.26%) 13% <0%> (-1%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update bfeea04...7471d9f. Read the comment docs.

lablnet commented 4 years ago

@wesolowski thanks you so much.