Skip to content

Commit 9bd13ad

Browse files
Fix CI issues
1 parent 89057af commit 9bd13ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Rest/ListTagsHandler.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ public function execute() {
4040

4141
$tagSpec = $tag->getClientTagSpecification()?->jsonSerialize() ?? [];
4242
if ( isset( $tagSpec['formSpecification'] )
43-
&& isset($tagSpec['formSpecification']['definition'] )
44-
&& isset($tagSpec['formSpecification']['definition']['items'] )
43+
&& isset( $tagSpec['formSpecification']['definition'] )
44+
&& isset( $tagSpec['formSpecification']['definition']['items'] )
4545
) {
4646
foreach ( $tagSpec['formSpecification']['definition']['items'] as &$item ) {
4747
if ( !isset( $item['labelAlign'] ) ) {

0 commit comments

Comments
 (0)