cycle / database

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

Apply fixes from StyleCI #33

Closed roxblnfk closed 2 years ago

roxblnfk commented 2 years ago

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


For more information, click here.

codecov[bot] commented 2 years ago

Codecov Report

Merging #33 (d184953) into 2.x (7124efc) will decrease coverage by 0.05%. The diff coverage is 95.71%.

Impacted file tree graph

@@             Coverage Diff              @@
##                2.x      #33      +/-   ##
============================================
- Coverage     92.81%   92.76%   -0.06%     
+ Complexity     1522     1521       -1     
============================================
  Files            93       93              
  Lines          3939     3937       -2     
============================================
- Hits           3656     3652       -4     
- Misses          283      285       +2     
Impacted Files Coverage Δ
src/Config/ConnectionConfig.php 35.71% <ø> (ø)
src/Config/DatabasePartial.php 100.00% <ø> (ø)
src/Config/DriverConfig.php 100.00% <ø> (ø)
src/Config/MySQL/ConnectionConfig.php 100.00% <ø> (ø)
src/Config/MySQL/SocketConnectionConfig.php 0.00% <ø> (ø)
src/Config/MySQL/TcpConnectionConfig.php 100.00% <ø> (ø)
src/Config/MySQLDriverConfig.php 100.00% <ø> (ø)
src/Config/PDOConnectionConfig.php 89.47% <ø> (ø)
src/Config/PostgresDriverConfig.php 100.00% <ø> (ø)
src/Config/SQLServer/ConnectionConfig.php 50.00% <ø> (ø)
... and 50 more

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 7124efc...d184953. Read the comment docs.