Skip to content

Commit

Permalink
Fix php lint warnings.
Browse files Browse the repository at this point in the history
  • Loading branch information
tellthemachines committed Nov 1, 2021
1 parent d4685ff commit 678d5d5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/block-supports/layout.php
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,9 @@ function gutenberg_get_layout_style( $selector, $layout, $has_block_gap_support
$layout_orientation = isset( $layout['orientation'] ) ? $layout['orientation'] : 'horizontal';

$justify_content_options = array(
'left' => 'flex-start',
'right' => 'flex-end',
'center' => 'center',
'left' => 'flex-start',
'right' => 'flex-end',
'center' => 'center',
);

if ( 'horizontal' === $layout_orientation ) {
Expand Down

0 comments on commit 678d5d5

Please sign in to comment.