doctrine / KeyValueStore

Abstraction for Key-Value to Plain Old PHP Object mapping
http://www.doctrine-project.org
MIT License
200 stars 59 forks source link

Use PHP 5.4+ array syntax #57

Closed EmanueleMinotto closed 8 years ago

EmanueleMinotto commented 8 years ago

This library already forces to use PHP 5.5+ as a Composer requirement, so the usage of PHP 5.3 array syntax is useless.

I've also fixed the files ending where missed.

EmanueleMinotto commented 8 years ago

All PHP files MUST use the Unix LF (linefeed) line ending.

Isn't this what's done here?