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 6334ba8 commit 8649c7fCopy full SHA for 8649c7f
src/Importing.php
@@ -50,11 +50,11 @@ public function __construct(string $namespace)
50
51
//--------------------------------------------------------------------------------------------------------------------
52
/**
53
- * The (fully) qualified name optionally without leading slash.
+ * Returns the fully qualified name given a (fully) qualified name.
54
*
55
- * @param string $name The fully qualified name with lead slash.
+ * @param string $name The (fully) qualified name optionally without leading slash.
56
57
- * @return string
+ * @return string The fully qualified name with lead slash.
58
*/
59
public static function fullyQualify(string $name): string
60
{
0 commit comments