Skip to content

Commit

Permalink
Apply php-cs-fixer changes
Browse files Browse the repository at this point in the history
  • Loading branch information
aweichler authored and github-actions[bot] committed Oct 9, 2024
1 parent 5a04fb9 commit 9294c62
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Controller/ClassController.php
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,6 @@ private function considerClassificationStoreForColumnConfig(Request $request, ?D
$targetObject = DataObject\Concrete::getById($targetObjectId);
$tmpObject = $factory->build($classString);
/** @var DataObject\Concrete $tmpObject */

$db = Db::get();
foreach ($class->getFieldDefinitions() as $fieldDefinition) {
if (!$fieldDefinition instanceof DataObject\ClassDefinition\Data\Classificationstore) {
Expand Down

0 comments on commit 9294c62

Please sign in to comment.