drewm / morse

A feature detection library for PHP code that needs to run in multiple different environments
MIT License
160 stars 4 forks source link

Removed use of "Short array syntax" #11

Closed royopa closed 9 years ago

royopa commented 9 years ago

Removed use of "Short array syntax" to maintain PHP 5.3 Compatibility. "Short array syntax" was included in PHP 5.4.0 http://php.net/manual/pt_BR/migration54.new-features.php

drewm commented 9 years ago

I'm inclined to leave the 5.4 syntax in the examples, as it's clearer to read. We use the old array syntax in the code, of course.

royopa commented 9 years ago

allright!