yiisoft / docs

Various Yii 3.0 related documentation
http://www.yiiframework.com
BSD 3-Clause "New" or "Revised" License
232 stars 70 forks source link

Do not mention default values in PHPDoc #151

Open arogachev opened 2 years ago

arogachev commented 2 years ago

This seems redundant:

https://github.com/yiisoft/validator/blob/30cbd83eff595c26bca45f1b1ddcec5d2935a791/src/Rule/Boolean.php#L20

It can get even worse in case of bigger data:

https://github.com/yiisoft/validator/blob/30cbd83eff595c26bca45f1b1ddcec5d2935a791/src/Rule/Ip.php#L53-L61

samdark commented 2 years ago

Agree. Let's remove these.