Files
yii/framework/utils/CPropertyValue.php
ruslan ec4f0d0592 Fix deprecated non-canonical casts to canonical forms
Replace deprecated non-canonical PHP casts with their canonical equivalents:
- (integer) → (int)
- (boolean) → (bool)
- (double) / (real) → (float)
- (binary) → (string)

This addresses PHP 8.5 deprecation warnings for non-canonical cast syntax.
2026-01-16 08:02:50 +01:00

4.9 KiB