Skip to content

Commit

Permalink
Coding style - null should be lower case
Browse files Browse the repository at this point in the history
  • Loading branch information
madhuracj committed Oct 28, 2012
1 parent cf38d00 commit 30f6b23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion transformation_wrapper.php
Expand Up @@ -138,7 +138,7 @@
);

if ($resize == 'jpeg') {
ImageJPEG($destImage, NULL, 75);
ImageJPEG($destImage, null, 75);
}
if ($resize == 'png') {
ImagePNG($destImage);
Expand Down

0 comments on commit 30f6b23

Please sign in to comment.