auth0 / auth0-PHP

PHP SDK for Auth0 Authentication and Management APIs.
https://auth0.com/docs/libraries/auth0-php
MIT License
381 stars 212 forks source link

Update: Authentication.php, Management.php remove unused imports #761

Closed vishwac09 closed 6 months ago

vishwac09 commented 6 months ago

Changes

Running "composer phpcs" highlights unused imports in the below files.

  1. src/API/Authentication.php
  2. src/API/Management.php

References

N/A

Testing

N/A

evansims commented 6 months ago

Thanks @vishwac09, much appreciated! Guess they added that recently, I was still on 3.46.0 locally and was scratching my head with tests passing until I composer updated 😆