Skip to content

Commit eebe616

Browse files
committed
TLC
1 parent 88a408a commit eebe616

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Type/DrupalStaticEntityQueryDynamicReturnTypeExtension.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ public function getTypeFromStaticMethodCall(
5858
$entityTypeId = $type->getValue();
5959
} else {
6060
// We're unsure what specific EntityQueryType it is, so let's stick
61-
// with the general class itself, so at least it gets access checked
61+
// with the general class itself to ensure it gets access checked.
6262
return new EntityQueryType(
6363
$returnType->getClassName(),
6464
$returnType->getSubtractedType(),

0 commit comments

Comments
 (0)