yiisoft / validator

Yii validator library
https://www.yiiframework.com/
BSD 3-Clause "New" or "Revised" License
110 stars 36 forks source link

Use static call in `getName()` in abstract rule classes #641

Closed arogachev closed 7 months ago

arogachev commented 7 months ago
Q A
Is bugfix? ✔️
New feature?
Breaks BC?
what-the-diff[bot] commented 7 months ago

PR Summary

By modifying these getName methods, the system now has a more accurate way of identifying the class of an object. This update makes the code more flexible for future development and enhancements.