thecodingmachine / tdbm

The Database Machine is a PHP ORM that requires no configuration. The object model is deduced from the database model.
https://thecodingmachine.github.io/tdbm/
119 stars 27 forks source link

Chore - Fix indentation in generated methods 'find'/'findOne' #273

Closed dsavina closed 2 years ago

dsavina commented 2 years ago

There is an 8-space redundancy, as they were provided in the method body but also seem to be appended by the generator itself.

codecov-commenter commented 2 years ago

Codecov Report

Merging #273 (07907b0) into master (fbee465) will not change coverage. The diff coverage is 100.00%.

@@            Coverage Diff            @@
##             master     #273   +/-   ##
=========================================
  Coverage     97.90%   97.90%           
  Complexity     1380     1380           
=========================================
  Files            61       61           
  Lines          4243     4243           
=========================================
  Hits           4154     4154           
  Misses           89       89           
Impacted Files Coverage Δ
src/Utils/BeanDescriptor.php 98.59% <100.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 fbee465...07907b0. Read the comment docs.