AtomLinter / linter-phpmd

Atom linter plugin for php, using phpmd.
21 stars 4 forks source link

Error: Undefined Variable: type #110

Closed mikebronner closed 7 years ago

mikebronner commented 7 years ago

I get the following error when saving the file with this contents (yes it has bad syntax):

<?php namespace App\Http\Controllers;

use Illuminate\Http\Request;

class MembershipReport extends Controller
{
    public function index() : 
}

results in error:

linter-registry.js [sm]:137 [Linter] Error running PHPMD Error: PHP Notice:  Undefined variable: type in /Users/mike/.composer/vendor/pdepend/pdepend/src/main/php/PDepend/Source/Language/PHP/AbstractPHPParser.php on line 5563(…)
Arcanemagus commented 7 years ago

This error is coming from PHPMD, or more specifically it seems to be in the PDepend dependency of it, you should file this there.