oroinc / platform

Main OroPlatform package with core functionality.
Other
627 stars 351 forks source link

Type incompatibility fixed #1108

Open S-Tian86 opened 8 months ago

S-Tian86 commented 8 months ago

The $value property is declared as float. by PHPDoc getValue returns float, but setValue accepts string, so it is necessary to cast value to be consistent with the declared type.