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 e7e2615 commit 16d2e63Copy full SHA for 16d2e63
src/Schema/Name.php
@@ -12,8 +12,7 @@ interface Name
12
/**
13
* Returns the string representation of the name.
14
*
15
- * The consumers of this method should not rely on a specific return value. It should be used only for diagnostic
16
- * purposes.
+ * If passed to the corresponding parser, the name should be parsed back to an equivalent object.
17
*/
18
public function toString(): string;
19
}
0 commit comments