Skip to content

Commit de8934e

Browse files
committed
Fix stale @see reference in MethodProvidingExtensionInterface docblock
1 parent 0fd94e5 commit de8934e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Schema/Extension/MethodProvidingExtensionInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
*
2222
* The two halves are declared separately because they answer different
2323
* questions: the handlers say how a claimed method is served, and
24-
* {@see self::getMethods()} says which methods exist at all — which is what
24+
* {@see self::getMessages()} says which methods exist at all — which is what
2525
* lets a server distinguish "this extension is not enabled here" from "no such
2626
* method", instead of answering `-32601` to both.
2727
*

0 commit comments

Comments
 (0)