basvandorst / StravaPHP

Strava API REST client with OAuth authentication
MIT License
184 stars 67 forks source link

The use statement with non-compound name 'Pest' has no effect #16

Closed Krevo closed 8 years ago

Krevo commented 8 years ago

In the README.md, the following line :

use Pest;

should be removed as it causes this warning :

PHP Warning: The use statement with non-compound name 'Pest' has no effect

basvandorst commented 8 years ago

Fixed in 1.0.2. Thanks to @qligier