.editorconfig .gitattributes .github/FUNDING.yml .github/ISSUE_TEMPLATE/Bug.md .github/ISSUE_TEMPLATE/Feature.md .github/ISSUE_TEMPLATE/config.yml .github/PULL_REQUEST_TEMPLATE.md .github/workflows/documentation.yaml .github/workflows/lint.yaml .github/workflows/qa.yaml .github/workflows/stale.yaml .github/workflows/test.yaml .gitignore .php-cs-fixer.dist.php .readthedocs.yaml .symfony.bundle.yaml .yamllint CHANGELOG.md CONTRIBUTING.md LICENSE Makefile README.md UPGRADE-3.x.md UPGRADE-4.0.md composer.json docs/.doctor-rst.yaml docs/_static/.gitkeep docs/conf.py docs/index.rst docs/reference/advanced_configuration.rst docs/reference/advanced_usage.rst docs/reference/api.rst docs/reference/block_bundle_integration.rst docs/reference/classification_types.rst docs/reference/installation.rst docs/reference/introduction.rst docs/requirements.txt phpstan-baseline.neon phpstan.neon.dist phpunit.xml.dist psalm.xml src/Admin/CategoryAdmin.php src/Admin/CollectionAdmin.php src/Admin/ContextAdmin.php src/Admin/ContextAwareAdmin.php src/Admin/Filter/CategoryFilter.php src/Admin/Filter/CollectionFilter.php src/Admin/TagAdmin.php src/Block/Service/AbstractCategoriesBlockService.php src/Block/Service/AbstractClassificationBlockService.php src/Block/Service/AbstractCollectionsBlockService.php src/Block/Service/AbstractTagsBlockService.php src/Command/FixContextCommand.php src/Controller/CategoryAdminController.php src/DependencyInjection/Configuration.php src/DependencyInjection/SonataClassificationExtension.php src/Document/BaseCategory.php src/Document/BaseContext.php src/Document/BaseTag.php src/Document/CategoryManager.php src/Document/CollectionManager.php src/Document/TagManager.php src/Entity/BaseCategory.php src/Entity/BaseCollection.php src/Entity/BaseContext.php src/Entity/BaseTag.php src/Entity/CategoryManager.php src/Entity/CollectionManager.php src/Entity/ContextManager.php src/Entity/TagManager.php src/Form/ChoiceList/CategoryChoiceLoader.php src/Form/Type/CategorySelectorType.php src/Model/Category.php src/Model/CategoryInterface.php src/Model/CategoryManagerInterface.php src/Model/Collection.php src/Model/CollectionInterface.php src/Model/CollectionManagerInterface.php src/Model/Context.php src/Model/ContextAwareInterface.php src/Model/ContextInterface.php src/Model/ContextManagerInterface.php src/Model/Tag.php src/Model/TagInterface.php src/Model/TagManagerInterface.php src/Resources/config/admin.php src/Resources/config/command.php src/Resources/config/controllers.php src/Resources/config/doctrine/BaseCategory.mongodb.xml src/Resources/config/doctrine/BaseCategory.orm.xml src/Resources/config/doctrine/BaseCollection.orm.xml src/Resources/config/doctrine/BaseContext.mongodb.xml src/Resources/config/doctrine/BaseContext.orm.xml src/Resources/config/doctrine/BaseTag.mongodb.xml src/Resources/config/doctrine/BaseTag.orm.xml src/Resources/config/doctrine/Category.mongodb.xml.skeleton src/Resources/config/doctrine/Category.orm.xml.skeleton src/Resources/config/doctrine/Collection.orm.xml.skeleton src/Resources/config/doctrine/Context.orm.xml.skeleton src/Resources/config/doctrine/Tag.mongodb.xml.skeleton src/Resources/config/doctrine/Tag.orm.xml.skeleton src/Resources/config/form.php src/Resources/config/orm.php src/Resources/config/validation.xml src/Resources/meta/LICENSE src/Resources/translations/SonataAdminBundle.de.xliff src/Resources/translations/SonataAdminBundle.en.xliff src/Resources/translations/SonataClassificationBundle.de.xliff src/Resources/translations/SonataClassificationBundle.en.xliff src/Resources/translations/SonataClassificationBundle.es.xliff src/Resources/translations/SonataClassificationBundle.fa.xliff src/Resources/translations/SonataClassificationBundle.fr.xliff src/Resources/translations/SonataClassificationBundle.hu.xliff src/Resources/translations/SonataClassificationBundle.it.xliff src/Resources/translations/SonataClassificationBundle.ja.xliff src/Resources/translations/SonataClassificationBundle.nl.xliff src/Resources/translations/SonataClassificationBundle.pt_BR.xliff src/Resources/translations/SonataClassificationBundle.ro.xliff src/Resources/translations/SonataClassificationBundle.ru.xliff src/Resources/views/Block/base_block_categories.html.twig src/Resources/views/Block/base_block_collections.html.twig src/Resources/views/Block/base_block_tags.html.twig src/Resources/views/CategoryAdmin/list.html.twig src/Resources/views/CategoryAdmin/list_tab_menu.html.twig src/Resources/views/CategoryAdmin/tree.html.twig src/SonataClassificationBundle.php tests/Admin/AdminTest.php tests/Admin/Filter/CategoryFilterTest.php tests/Admin/Filter/CollectionFilterTest.php tests/App/AppKernel.php tests/App/Entity/Category.php tests/App/Entity/Collection.php tests/App/Entity/Context.php tests/App/Entity/Tag.php tests/App/Resources/config/config.yml tests/App/Resources/config/security.yml tests/Block/Service/AbstractCategoriesBlockServiceTest.php tests/Block/Service/AbstractCollectionsBlockServiceTest.php tests/Block/Service/AbstractTagsBlockServiceTest.php tests/Controller/CategoryAdminControllerTest.php tests/DependencyInjection/ConfigurationTest.php tests/DependencyInjection/SonataClassificationExtensionTest.php tests/Entity/CategoryManagerTest.php tests/Entity/CategoryTest.php tests/Entity/CollectionManagerTest.php tests/Entity/ContextTest.php tests/Entity/TagManagerTest.php tests/Fixtures/Category.php tests/Fixtures/Context.php tests/Fixtures/configuration.yaml tests/Form/ChoiceList/CategoryChoiceLoaderTest.php tests/Form/Type/CategorySelectorTypeTest.php tests/Model/CategoryTest.php tests/Model/CollectionTest.php tests/Model/ContextTest.php tests/Model/TagTest.php tests/Resources/XliffTest.php tests/bootstrap.php <<<<<< network # path=build/logs/clover.xml <<<<<< EOF