Commit c02f1272 authored by Jeremy Mikola's avatar Jeremy Mikola

Add missing doc block info

parent 43aa6b57
...@@ -6,6 +6,9 @@ class BadMethodCallException extends \BadMethodCallException implements Exceptio ...@@ -6,6 +6,9 @@ class BadMethodCallException extends \BadMethodCallException implements Exceptio
{ {
/** /**
* Thrown when accessing a result field on an unacknowledged write result. * Thrown when accessing a result field on an unacknowledged write result.
*
* @param string $method Method name
* @return self
*/ */
public static function unacknowledgedWriteResultAccess($method) public static function unacknowledgedWriteResultAccess($method)
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment