PHPCSStandards / PHPCSUtils

A suite of utility functions for use with PHP_CodeSniffer
https://phpcsutils.com/
GNU Lesser General Public License v3.0
53 stars 7 forks source link

UseStatements::splitImportUseStatement(): minor simplification #595

Closed jrfnl closed 4 months ago

jrfnl commented 4 months ago

These same validations are also being done in the isImportUse() method, so let's not duplicate them, but let the potential exceptions fall through from the isImportUse() method.