Skip to content

Commit

Permalink
make property classificationGroupedDisplay strict bool
Browse files Browse the repository at this point in the history
  • Loading branch information
aweichler committed Oct 9, 2024
1 parent 6ffc082 commit 5a04fb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Controller/ClassController.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class ClassController extends UserAwareController
protected $classificationDisplayMode;

/* @var bool $classificationGroupedDisplay */
protected $classificationGroupedDisplay;
protected bool $classificationGroupedDisplay;

/**
* @Route("/get-class-definition-for-column-config", methods={"GET"})
Expand Down

0 comments on commit 5a04fb9

Please sign in to comment.