phpish / shopify_private_app-skeleton

Skeleton Shopify Private App project using phpish/shopify
35 stars 19 forks source link

Syntax Updates #7

Open Sam-R opened 9 years ago

Sam-R commented 9 years ago

Added full PHP opening tags to improve compatibility with most development environments out-of-the-box.

Added new style PHP comments, to remove warnings about depreciated "#" comments

Corrected print_r to use the correct character case.