Skip to content

Commit fa6555f

Browse files
committed
style: use tabs
1 parent c50e944 commit fa6555f

File tree

1 file changed

+26
-26
lines changed

1 file changed

+26
-26
lines changed

acf-hide-layout.php

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -129,40 +129,40 @@ public function get_version() {
129129
}
130130

131131
/**
132-
* Get field key.
133-
*
134-
* @since 1.0
135-
* @access public
136-
*
137-
* @return string Field key.
138-
*/
139-
public function get_field_key() {
140-
return $this->field_key;
132+
* Get field key.
133+
*
134+
* @since 1.0
135+
* @access public
136+
*
137+
* @return string Field key.
138+
*/
139+
public function get_field_key() {
140+
return $this->field_key;
141141
}
142142

143143
/**
144-
* Get hidden layouts.
145-
*
146-
* @since 1.0
147-
* @access public
148-
*
149-
* @return array Hidden layouts.
150-
*/
151-
public function get_hidden_layouts() {
152-
return $this->hidden_layouts;
144+
* Get hidden layouts.
145+
*
146+
* @since 1.0
147+
* @access public
148+
*
149+
* @return array Hidden layouts.
150+
*/
151+
public function get_hidden_layouts() {
152+
return $this->hidden_layouts;
153153
}
154154

155155
/**
156-
* Set hidden layout.
157-
*
158-
* @since 1.0
159-
* @access public
156+
* Set hidden layout.
157+
*
158+
* @since 1.0
159+
* @access public
160160
*
161161
* @param string $field_key
162162
* @param int $row
163-
*/
164-
public function set_hidden_layout( $field_key, $row ) {
165-
$this->hidden_layouts[ $field_key ][] = 'row-' . $row;
163+
*/
164+
public function set_hidden_layout( $field_key, $row ) {
165+
$this->hidden_layouts[ $field_key ][] = 'row-' . $row;
166166
}
167167

168168
/**
@@ -172,7 +172,7 @@ public function set_hidden_layout( $field_key, $row ) {
172172
* @see https://github.com/woocommerce/woocommerce/blob/master/includes/class-woocommerce.php#L304
173173
*
174174
* @since 1.0
175-
* @access public
175+
* @access public
176176
*
177177
* @param string $type admin, ajax, cron or frontend.
178178
*

0 commit comments

Comments
 (0)