alphazframework / framework

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

Bugfix: $key is private #270

Closed wesolowski closed 4 years ago

wesolowski commented 4 years ago

Member: $key is private and can`t not by use in SodiumEncryption

codecov[bot] commented 4 years ago

Codecov Report

Merging #270 into master will increase coverage by <.01%. The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##             master    #270      +/-   ##
===========================================
+ 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/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...7bb875d. Read the comment docs.

lablnet commented 4 years ago

@wesolowski Thanks you so much for your time to contribute

Really appropriated.