Skip to content

Commit f44f2b9

Browse files
committed
init
1 parent a7e8765 commit f44f2b9

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/Parser.php

+2-3
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99

1010
use Psr\Http\Message\StreamInterface;
1111
use SimpleXMLElement;
12-
use Exception;
1312

1413
/**
1514
* @author David North
@@ -94,7 +93,6 @@ public function parse(StreamInterface $stream)
9493
* @param \Closure $callback The callback mechanism to use
9594
*
9695
* @return Parser
97-
* @throws Exception
9896
*/
9997
public function on($path, \Closure $callback)
10098
{
@@ -116,7 +114,8 @@ public function on($path, \Closure $callback)
116114

117115
/**
118116
* @param string $path
119-
* @return self
117+
*
118+
* @return Parser
120119
*/
121120
public function off($path)
122121
{

0 commit comments

Comments
 (0)