From 12fcc704dcaa9bdaac4a6475146b8dbe41f6cd33 Mon Sep 17 00:00:00 2001 From: Daniel Siepmann Date: Thu, 13 Apr 2017 15:21:59 +0200 Subject: [PATCH] TASK: Fix php syntax issue * It's not even a warning, but still wrong --- .../Typo3Update/Sniffs/Removed/AbstractGenericUsage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Standards/Typo3Update/Sniffs/Removed/AbstractGenericUsage.php b/src/Standards/Typo3Update/Sniffs/Removed/AbstractGenericUsage.php index 87e5caf..6094bdc 100644 --- a/src/Standards/Typo3Update/Sniffs/Removed/AbstractGenericUsage.php +++ b/src/Standards/Typo3Update/Sniffs/Removed/AbstractGenericUsage.php @@ -101,7 +101,7 @@ abstract class AbstractGenericUsage implements PhpCsSniff )[0]; $newStructure[$removed]['name'] = $split[1]; } - }; + } } return $newStructure;