Skip to content

Commit b21a4b5

Browse files
committed
typo
1 parent 0d100ba commit b21a4b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ComponentModel/Component.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ final public function lookup(?string $type, bool $throw = true): ?IComponent
7777

7878
/**
7979
* Finds the closest ancestor specified by class or interface name and returns backtrace path.
80-
* A path is the concatenation of component names separated by self::NAME_SEPARATOR.
80+
* A path is the concatenation of component names separated by self::NameSeparator.
8181
* @return ($throw is true ? string : ?string)
8282
*/
8383
final public function lookupPath(?string $type = null, bool $throw = true): ?string

0 commit comments

Comments
 (0)