Fixed
Project:
Config Readonly Taxonomy UI
Version:
1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
16 Jun 2026 at 18:03 UTC
Updated:
20 Jul 2026 at 21:30 UTC
Jump to comment: Most recent
Comments
Comment #2
nakaza sora commentedComment #4
nakaza sora commentedCreated a merge request that fixes the phpcs (Drupal & DrupalPractice) errors reported by CI:
- src/Form/VocabularyForm.php: added the missing class and method docblocks.
- config_readonly_taxonomy_ui.info.yml: namespaced the dependencies (drupal:taxonomy, config_readonly:config_readonly).
Coding standards only, no behavior change. phpcs now passes with no errors.
Could you please review it when you have time? Thank you!
Comment #5
vinodhini.e commentedHi, Tested this on Drupal 11.3.11 and encountered the same PHPCS coding standard issues while running the PHPCS checks.
Applied Merge #1 and re-ran PHPCS:
The previously reported documentation-related errors are no longer appearing, and the PHPCS checks are now passing successfully.
Thanks.
Comment #6
prudloff commentedThanks!