TASK: Fix php syntax issue
* It's not even a warning, but still wrong
This commit is contained in:
parent
2e7f155b8d
commit
12fcc704dc
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue