Nightfirecat / RealmEye-API

An easy way to access your character data via RealmEye.
MIT License
13 stars 7 forks source link

Replace `array()` calls with `[]` #44

Closed Nightfirecat closed 7 years ago

Nightfirecat commented 7 years ago

http://php.net/manual/en/language.types.array.php

As of PHP 5.4 you can also use the short array syntax, which replaces array() with [].