Skip to content

Commit

Permalink
Ran php-cs-fixer
Browse files Browse the repository at this point in the history
  • Loading branch information
sebprt committed Nov 21, 2023
1 parent 90ca485 commit 488dd94
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Mock/RequestMatcher/RequestMatcherBuilderInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
use PhpParser\Builder;
use PhpParser\Node;

interface RequestMatcherBuilderInterface extends Builder {
interface RequestMatcherBuilderInterface extends Builder
{
public function getNode(): Node\Expr;
}

0 comments on commit 488dd94

Please sign in to comment.