Skip to content

Commit c02f127

Browse files
committed
Add missing doc block info
1 parent 43aa6b5 commit c02f127

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Exception/BadMethodCallException.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ class BadMethodCallException extends \BadMethodCallException implements Exceptio
66
{
77
/**
88
* Thrown when accessing a result field on an unacknowledged write result.
9+
*
10+
* @param string $method Method name
11+
* @return self
912
*/
1013
public static function unacknowledgedWriteResultAccess($method)
1114
{

0 commit comments

Comments
 (0)