belamov / postgres-range

Laravel package for PostgreSQL range types support
MIT License
34 stars 3 forks source link

Apply fixes from StyleCI #5

Closed belamov closed 4 years ago

belamov commented 4 years ago

This pull request applies code style fixes from an analysis carried out by StyleCI.


For more information, click here.

codecov[bot] commented 4 years ago

Codecov Report

Merging #5 into master will not change coverage by %. The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##              master        #5   +/-   ##
===========================================
  Coverage     100.00%   100.00%           
  Complexity        59        59           
===========================================
  Files             26        26           
  Lines            195       196    +1     
===========================================
+ Hits             195       196    +1     
Impacted Files Coverage Δ Complexity Δ
src/PostgresConnection.php 100.00% <ø> (ø) 1.00 <0.00> (ø)
src/Macros/BluePrintMacros.php 100.00% <100.00%> (ø) 0.00 <0.00> (ø)
src/PostgresGrammarWithRangeTypes.php 100.00% <100.00%> (ø) 13.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 ea33aff...0b11f07. Read the comment docs.