Skip to content

Commit fe545a5

Browse files
committed
Make phpstan happy
1 parent ca45c7a commit fe545a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/embeds/class-amp-facebook-embed.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ public function sanitize_raw_embeds( Document $dom ) {
8282
/**
8383
* Script.
8484
*
85-
* @var DOMElement $script
85+
* @var DOMElement $script_query
8686
*/
8787
$script_query = $dom->xpath->query( '//script[ starts-with( @src, "https://connect.facebook.net" ) and contains( @src, "sdk.js" ) ]' );
8888
foreach ( $script_query as $script ) {

0 commit comments

Comments
 (0)