Hi. I was reviewing the code for this project today, and I decided to make a few tidy-ups to the code for you.
I have changed the opening php tag to a full <?php rather than <? in classPhpPsdReader.php.
I have fixed the Undefined index errors mentioned in issue #15.
I am considering also adding a namespace and composer functionality, but I wanted to submit this simple set of changes first to check that you are open to pull requests.
Hi. I was reviewing the code for this project today, and I decided to make a few tidy-ups to the code for you.
<?php
rather than<?
in classPhpPsdReader.php.I am considering also adding a namespace and composer functionality, but I wanted to submit this simple set of changes first to check that you are open to pull requests.