Skip to content
Snippets Groups Projects
Unverified Commit 12fcc704 authored by Daniel Siepmann's avatar Daniel Siepmann
Browse files

TASK: Fix php syntax issue

* It's not even a warning, but still wrong
parent 2e7f155b
1 merge request!74Feature/54 add checks for typoscript
...@@ -101,7 +101,7 @@ abstract class AbstractGenericUsage implements PhpCsSniff ...@@ -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;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment