Haehnchen / idea-php-toolbox

Collections of tools and improvements to make PhpStorm a little bit better
http://phpstorm.espend.de/php-toolbox
MIT License
158 stars 20 forks source link

Add possibility provide dependency between arguments #22

Open Koc opened 8 years ago

Koc commented 8 years ago

Use case: Form::add($name, $type, $options) - 3rd argument would has different keys for different $type value.