ampproject / amp-toolbox-php

AMP Optimizer PHP library
Apache License 2.0
74 stars 23 forks source link

Fix bad casing in Amp class name #500

Closed schlessera closed 2 years ago

schlessera commented 2 years ago

Two instances of the use of Amp was mis-cased as AMP instead.

While this is not usually an issue with PHP, it can cause issues with autoloading in some environments.