phpmd / phpmd

PHPMD is a spin-off project of PHP Depend and aims to be a PHP equivalent of the well known Java tool PMD. PHPMD can be seen as an user friendly frontend application for the raw metrics stream measured by PHP Depend.
https://phpmd.org
BSD 3-Clause "New" or "Revised" License
2.32k stars 348 forks source link

Php MD crashs when , is defined at the end of a list of import #596

Open NastuzziSamy opened 5 years ago

NastuzziSamy commented 5 years ago

Error:

Unexpected token: }, line: 15, col: 1, file: /home/samy/Git/portail/app/Pivots/AssoMember.php.

Code:

/**
* ....
*/

namespace App\Pivots;

use App\Models\{
    User, Asso, Semester, Role,
};
tvbeek commented 4 years ago

I suspect this is a problem with PDepend, could you create an issue in that repository?