propelorm / Propel2

Propel2 is an open-source high-performance Object-Relational Mapping (ORM) for modern PHP
http://propelorm.org/
MIT License
1.26k stars 399 forks source link

revert fix stan #1761

Closed ikeyan closed 3 years ago

ikeyan commented 3 years ago

psalm's error was because $k can be float or bool.

codecov-commenter commented 3 years ago

Codecov Report

Merging #1761 (421c90c) into master (32cfcfc) will increase coverage by 0.00%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master    #1761   +/-   ##
=========================================
  Coverage     87.87%   87.87%           
- Complexity     7822     7823    +1     
=========================================
  Files           267      267           
  Lines         22520    22522    +2     
=========================================
+ Hits          19790    19792    +2     
  Misses         2730     2730           
Flag Coverage Δ
5-max 87.87% <100.00%> (+<0.01%) :arrow_up:
7.4 87.87% <100.00%> (+<0.01%) :arrow_up:
agnostic 73.37% <100.00%> (+<0.01%) :arrow_up:
mysql 69.84% <0.00%> (-0.01%) :arrow_down:
pgsql 69.77% <0.00%> (-0.01%) :arrow_down:
sqlite 67.76% <0.00%> (-0.01%) :arrow_down:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
src/Propel/Common/Config/XmlToArrayConverter.php 93.33% <100.00%> (+0.22%) :arrow_up:

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 32cfcfc...421c90c. Read the comment docs.