We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d100ba commit b21a4b5Copy full SHA for b21a4b5
src/ComponentModel/Component.php
@@ -77,7 +77,7 @@ final public function lookup(?string $type, bool $throw = true): ?IComponent
77
78
/**
79
* 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.
+ * A path is the concatenation of component names separated by self::NameSeparator.
81
* @return ($throw is true ? string : ?string)
82
*/
83
final public function lookupPath(?string $type = null, bool $throw = true): ?string
0 commit comments