Oberto / php-image-magician

Image manipulation at it's finest.
http://phpimagemagician.jarrodoberto.com
91 stars 55 forks source link

Just a few minor tidy-ups. #16

Closed Spudley closed 5 years ago

Spudley commented 6 years ago

Hi. I was reviewing the code for this project today, and I decided to make a few tidy-ups to the code for you.

  1. I have changed the opening php tag to a full <?php rather than <? in classPhpPsdReader.php.
  2. 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.

raicho commented 4 years ago

Nice.