tschoffelen / php-pkpass

💳 PHP class for creating passes for Wallet on iOS.
https://includable.com
MIT License
908 stars 187 forks source link

fix: gracefully handle if there's no output buffering #91

Closed rkaiser0324 closed 5 years ago

rkaiser0324 commented 5 years ago

Otherwise a PHP notice is outputted if, say, you have XDebug set to "scream" - using "@" to suppress warnings isn't 100% reliable.

tschoffelen commented 5 years ago

That’s great! Will cut a new version release later today.