Skip to content

Commit 0fb0c50

Browse files
committed
minor #48007 Fix Typos In Comments 5.4+ (PhilETaylor)
This PR was merged into the 5.4 branch. Discussion ---------- Fix Typos In Comments 5.4+ | Q | A | ------------- | --- | Branch? | 5.4 | Bug fix? | no | New feature? | no | Deprecations? | no | License | MIT Non complicated, uncontroversial typo fixes in comments only (no PHP code changes) across the codebase in the 5.4 branch while sat on the sofa watching TV. Commits ------- 792c221406 Typos In Comments
2 parents 104edbe + 2a65f8b commit 0fb0c50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Validator/RecursiveContextualValidator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ private function validateEachObjectIn(iterable $collection, string $propertyPath
377377
* Validates a class node.
378378
*
379379
* A class node is a combination of an object with a {@link ClassMetadataInterface}
380-
* instance. Each class node (conceptionally) has zero or more succeeding
380+
* instance. Each class node (conceptually) has zero or more succeeding
381381
* property nodes:
382382
*
383383
* (Article:class node)

0 commit comments

Comments
 (0)