We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89057af commit 9bd13adCopy full SHA for 9bd13ad
src/Rest/ListTagsHandler.php
@@ -40,8 +40,8 @@ public function execute() {
40
41
$tagSpec = $tag->getClientTagSpecification()?->jsonSerialize() ?? [];
42
if ( isset( $tagSpec['formSpecification'] )
43
- && isset($tagSpec['formSpecification']['definition'] )
44
- && isset($tagSpec['formSpecification']['definition']['items'] )
+ && isset( $tagSpec['formSpecification']['definition'] )
+ && isset( $tagSpec['formSpecification']['definition']['items'] )
45
) {
46
foreach ( $tagSpec['formSpecification']['definition']['items'] as &$item ) {
47
if ( !isset( $item['labelAlign'] ) ) {
0 commit comments