Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
nperez0111 authored and github-actions[bot] committed Aug 12, 2024
1 parent c9e4d37 commit 6628ef1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Nodes/CodeBlock.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public function addAttributes()
return [
'language' => [
'parseHTML' => function ($DOMNode) {
if (!($DOMNode->childNodes[0] instanceof \DOMElement)) {
if (! ($DOMNode->childNodes[0] instanceof \DOMElement)) {
return null;
}

Expand Down

0 comments on commit 6628ef1

Please sign in to comment.