Skip to content

Commit b538a2a

Browse files
dlh01Copilot
andauthored
Fix trailing comma
Co-authored-by: Copilot <[email protected]>
1 parent 80cc05c commit b538a2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/match-blocks.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ function match_blocks( $source, $args = [] ) {
174174
],
175175
);
176176

177-
$xml_content = $serializer->serialize( Blocks::from_parsed_blocks( $blocks ), 'xml', );
177+
$xml_content = $serializer->serialize( Blocks::from_parsed_blocks( $blocks ), 'xml' );
178178
$xml_element = new SimpleXMLElement( $xml_content );
179179
$xpath_matches = $xml_element->xpath( $args['__experimental_xpath'] );
180180

0 commit comments

Comments
 (0)