#PhpStorm Live Template
All my utils live template for phpstorm.
##Dump Value This live template is used for print a value according this type. So array and object are print by var_dump and primitive type with an echo. The END variable allow us to use a die if needed at the end of printing.