atk4 / schema

Few classes built on top of Agile Data that can take care of your SQL database schema
https://agiletoolkit.org/
MIT License
4 stars 5 forks source link

Refactor exception constructor calls to not use array #61

Closed mvorisek closed 4 years ago

mvorisek commented 4 years ago

refactor for: https://github.com/atk4/core/pull/223

this PR itself is pure refacotirng without any functionality change thus 100% BC

codecov[bot] commented 4 years ago

Codecov Report

Merging #61 into develop will increase coverage by 0.44%. The diff coverage is 14.28%.

Impacted file tree graph

@@              Coverage Diff              @@
##             develop      #61      +/-   ##
=============================================
+ Coverage      61.98%   62.43%   +0.44%     
  Complexity       158      158              
=============================================
  Files              6        6              
  Lines            363      362       -1     
=============================================
+ Hits             225      226       +1     
+ Misses           138      136       -2     
Impacted Files Coverage Δ Complexity Δ
src/Migration.php 63.40% <14.28%> (+0.69%) 106.00 <0.00> (ø)

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 5affec1...d681fbc. Read the comment docs.