mirror of
https://github.com/yiisoft/yii.git
synced 2026-03-02 22:34:06 +01:00
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.