danmandle / JSON2CSV

A simple PHP script to convert JSON data to CSV
142 stars 78 forks source link

Clean up php notices. #1

Closed trevormorse closed 11 years ago

trevormorse commented 11 years ago

Hi,

Nothing serious here, just some cleanup :-)

There were a few notices that showed up when I ran this from the cli. My error reporting is (PHP 5.4.6-1ubuntu1.2): error_reporting = E_ALL & ~E_DEPRECATED & ~E_STRICT

danmandle commented 11 years ago

Thanks for the improvement!