cycle / database

Database Abstraction Layer, Schema Introspection, Schema Generation, Query Builders
MIT License
53 stars 22 forks source link

Improve types for `TableInterface` and `ColumnInterface` #108

Closed vjik closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Merging #108 (7c47e90) into 2.x (bc7be20) will not change coverage. The diff coverage is n/a.

@@            Coverage Diff            @@
##                2.x     #108   +/-   ##
=========================================
  Coverage     94.49%   94.49%           
  Complexity     1648     1648           
=========================================
  Files            96       96           
  Lines          4470     4470           
=========================================
  Hits           4224     4224           
  Misses          246      246           
Impacted Files Coverage Δ
src/Schema/State.php 98.00% <ø> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

roxblnfk commented 1 year ago

Thanks