kylekatarnls / business-time

Carbon mixin to handle business days and opening hours
MIT License
297 stars 14 forks source link

Add auto-completion for IDEs #11

Closed kylekatarnls closed 5 years ago

kylekatarnls commented 5 years ago

Add PHPDoc and IDE macro helpers Allow to enable multiple classes at once

codecov[bot] commented 5 years ago

Codecov Report

Merging #11 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##             master    #11   +/-   ##
=======================================
  Coverage       100%   100%           
- Complexity       24     27    +3     
=======================================
  Files             1      1           
  Lines            57     46   -11     
=======================================
- Hits             57     46   -11
Impacted Files Coverage Δ Complexity Δ
src/Cmixin/BusinessTime.php 100% <100%> (ø) 27 <2> (+3) :arrow_up:

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 98a05a6...90d2895. Read the comment docs.

codeclimate[bot] commented 5 years ago

Code Climate has analyzed commit 90d2895e and detected 1 issue on this pull request.

Here's the issue category breakdown:

Category Count
Complexity 1

The test coverage on the diff in this pull request is 100.0% (50% is the threshold).

This pull request will bring the total coverage in the repository to 100.0% (0.0% change).

View more on Code Climate.