Skip to content

Commit

Permalink
updated phpdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
Janos Szurovecz committed Nov 1, 2014
1 parent 8593d9b commit 94cc137
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/predaddy/messagehandling/configuration/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
*
* <pre>
* $config = Configuration::builder()
* ->withMethod('foo/Foo', new MethodConfiguration('foo'))
* ->withMethod('foo/Bar', new MethodConfiguration('bar', 2))
* ->withMethod('foo/Foo', 'foo')
* ->withMethod('foo/Bar', 'bar', 2)
* ->build();
* </pre>
*
Expand Down

0 comments on commit 94cc137

Please sign in to comment.