Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bayareawebpro committed Apr 23, 2020
1 parent a7322aa commit 14e3b45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ use DOMXPath;
use Closure;

class ReplaceWithFragment{
public function handle(DOMDocument $dom, \Closure $next)
public function handle(DOMDocument $dom, Closure $next)
{
$fragment = $dom->createDocumentFragment();
$fragment->appendXML(<<<HTML
Expand Down

0 comments on commit 14e3b45

Please sign in to comment.