Skip to content
This repository was archived by the owner on Aug 18, 2024. It is now read-only.

Commit 0d53e71

Browse files
authored
Fix phpcs issues
1 parent 20092d7 commit 0d53e71

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/src/Kernel/PermissionEventTest.php

+3-3
Original file line numberDiff line numberDiff line change
@@ -211,19 +211,19 @@ public function permissionEventDataProvider() {
211211
'entity_test' => ['a_bundle', 'other_bundle'],
212212
],
213213
array_merge($default_permissions, [
214-
// node:test_group_content
214+
// node:test_group_content.
215215
'create test_group_content content',
216216
'delete any test_group_content content',
217217
'delete own test_group_content content',
218218
'edit any test_group_content content',
219219
'edit own test_group_content content',
220-
// entity_test:a_bundle
220+
// entity_test:a_bundle.
221221
'create a_bundle entity_test',
222222
'delete any a_bundle entity_test',
223223
'delete own a_bundle entity_test',
224224
'update any a_bundle entity_test',
225225
'update own a_bundle entity_test',
226-
// entity_test:other_bundle
226+
// entity_test:other_bundle.
227227
'create other_bundle entity_test',
228228
'delete any other_bundle entity_test',
229229
'delete own other_bundle entity_test',

0 commit comments

Comments
 (0)