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 43aa6b5 commit c02f127Copy full SHA for c02f127
src/Exception/BadMethodCallException.php
@@ -6,6 +6,9 @@ class BadMethodCallException extends \BadMethodCallException implements Exceptio
6
{
7
/**
8
* Thrown when accessing a result field on an unacknowledged write result.
9
+ *
10
+ * @param string $method Method name
11
+ * @return self
12
*/
13
public static function unacknowledgedWriteResultAccess($method)
14
0 commit comments