Skip to content

Commit 2dd75e8

Browse files
committed
TLC
1 parent dd78c1d commit 2dd75e8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tests/src/Rules/data/bug-494.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@
44

55
class TestClass {
66

7-
public function bug494($entity_type): void
7+
/**
8+
* Tests entity count queries with access check and unknown entity type.
9+
*/
10+
public function bug494(string $entity_type): void
811
{
912
\Drupal::entityQuery($entity_type)
1013
->accessCheck(FALSE)

0 commit comments

Comments
 (0)