Skip to content

Commit a8872d3

Browse files
anavarreenzolutions
authored andcommitted
Fix PHP Code Sniffer warnings (#249)
1 parent 5c2aaef commit a8872d3

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+23
-47
lines changed

translations/config.delete.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,3 @@ questions:
1717
examples:
1818
- description: 'Provide a config type and a config name'
1919
execution: drupal config:delete active all
20-

translations/config.diff.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,3 @@ messages:
1515
examples:
1616
- description: 'Provide a config directory'
1717
execution: drupal config:diff ../config/path
18-

translations/config.edit.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,3 @@ examples:
1212
execution: 'drupal config:edit system.cron'
1313
- description: 'Edit system cron configurations with "gedit".'
1414
execution: 'drupal config:edit system.cron gedit'
15-

translations/config.export.entity.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,3 @@ examples:
2929
--optional-config \
3030
--remove-uuid \
3131
--remove-config-hash
32-

translations/config.export.view.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ examples:
3232
drupal config:export:view viewid \
3333
--module="modulename" \
3434
--optional-config \
35-
--include-module-dependencies
35+
--include-module-dependencies

translations/config.export.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,3 @@ examples:
2121
--tar \
2222
--remove-uuid \
2323
--remove-config-hash
24-

translations/config.import.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,3 @@ examples:
2121
execution: |
2222
drupal config:import \
2323
--directory=/path/to/config/dir
24-

translations/config.override.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,3 @@ examples:
2525
--value='es' \
2626
--value='New label' \
2727
--value='1'
28-

translations/config.validate.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,3 @@ messages:
77
examples:
88
- description: 'Provide the configuration name.'
99
execution: 'drupal config:validate configuration.name'
10-

translations/create.comments.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,3 @@ examples:
3838
--limit="2" \
3939
--title-words="5" \
4040
--time-range="1"
41-

0 commit comments

Comments
 (0)