Resolve #3475744 "Fix phpcodesniffer issues"
Open
requested to merge issue/block_component_library-3475744:3475744-fix-the-phpcodesniffer-issues into 1.x
4 unresolved threads
Closes #3475744
Merge request reports
Activity
- .cspell.json 0 → 100644
1 { 2 "version": "0.2", 3 "language": "en", 4 "words": [ 5 "Aktion", changed this line in version 5 of the diff
- .cspell.json 0 → 100644
1 { 2 "version": "0.2", 3 "language": "en", 4 "words": [ 5 "Aktion", 6 "preconfiguration" changed this line in version 5 of the diff
- .cspell.json 0 → 100644
1 { Better use an exclude txt file only for the words, see https://julian.pustkuchen.com/en/drupal-ci-ignore-cspell-words-.cspell-project-words.txt
changed this line in version 5 of the diff
3 /** 4 * @file 5 * Short description of the file's purpose or functionality. 6 */ 7 8 use Drupal\field\Entity\FieldConfig; 9 use Drupal\field\Entity\FieldStorageConfig; 10 use Drupal\views\Views; 11 12 /** 13 * Implements hook_install(). 14 */ 15 16 /** 17 * Implements hook_install(). 18 * added 1 commit
- beb0fc79 - Removed unecessary comments in views.view.block_component_library.yml and addressed cspell issue
Please register or sign in to reply