Run php-cs-fixer on the code base
This commit is contained in:
@@ -112,7 +112,6 @@ class TaskLink extends Base
|
||||
$result = array();
|
||||
|
||||
foreach ($links as $link) {
|
||||
|
||||
if (! isset($result[$link['label']])) {
|
||||
$result[$link['label']] = array();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user