alphazframework / framework

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

Add now, daysInMonth. Enhance isLeapYear #214

Closed peter279k closed 5 years ago

peter279k commented 5 years ago

Changed log

codecov[bot] commented 5 years ago

Codecov Report

Merging #214 into patch-time will increase coverage by 0.03%. The diff coverage is 100%.

Impacted file tree graph

@@               Coverage Diff               @@
##             patch-time    #214      +/-   ##
===============================================
+ Coverage          4.84%   4.88%   +0.03%     
+ Complexity         1826    1807      -19     
===============================================
  Files               111     111              
  Lines              4706    4610      -96     
===============================================
- Hits                228     225       -3     
+ Misses             4478    4385      -93
Impacted Files Coverage Δ Complexity Δ
src/Time/Time.php 78.57% <100%> (+49.15%) 9 <2> (-4) :arrow_down:
src/Common/TimeZone.php 100% <100%> (+100%) 4 <0> (ø) :arrow_down:
src/Encryption/Adapter/SodiumEncryption.php 79.16% <0%> (-8.34%) 8% <0%> (-1%)
src/Files/Files.php 0% <0%> (ø) 70% <0%> (-10%) :arrow_down:
src/Data/Arrays.php 88.88% <0%> (+0.17%) 60% <0%> (-4%) :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 6976fcc...ead73f3. Read the comment docs.

lablnet commented 5 years ago

@peter279k thanks you so much