TASK: Fix php syntax issue

* It's not even a warning, but still wrong
This commit is contained in:
Daniel Siepmann 2017-04-13 15:21:59 +02:00
parent 2e7f155b8d
commit 12fcc704dc
Signed by: Daniel Siepmann
GPG key ID: 33D6629915560EF4

View file

@ -101,7 +101,7 @@ abstract class AbstractGenericUsage implements PhpCsSniff
)[0]; )[0];
$newStructure[$removed]['name'] = $split[1]; $newStructure[$removed]['name'] = $split[1];
} }
}; }
} }
return $newStructure; return $newStructure;