Skip to content

Commit 988f22f

Browse files
author
Nikolay Shapovalov
committed
update comment
1 parent 28a9622 commit 988f22f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/Drupal/Attributes/ValidHookNameUnitTest.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ function module_piratehook_view() {
5757
/**
5858
* Implements hook_hookpirate_view().
5959
*
60-
* "hook" is a part of hook name. No warning.
60+
* "hook" is a part of hook name.
6161
*/
6262
#[Hook('hook_hookpirate_view')]
6363
function module_hookpirate_view() {

tests/Drupal/Attributes/ValidHookNameUnitTest.inc.fixed

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ function module_piratehook_view() {
5656
/**
5757
* Implements hook_hookpirate_view().
5858
*
59-
* "hook" is a part of hook name. No warning.
59+
* "hook" is a part of hook name.
6060
*/
6161
#[Hook('hookpirate_view')]
6262
function module_hookpirate_view() {

0 commit comments

Comments
 (0)