Skip to content

Commit 7d572cb

Browse files
committed
refactor: alignment issue on doc block comment
1 parent dc9b16b commit 7d572cb

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

src/wp-includes/option.php

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1283,15 +1283,15 @@ function delete_option( $option ) {
12831283
* @since 6.6.0
12841284
* @access private
12851285
*
1286-
* @param string $option The name of the option.
1287-
* @param mixed $value The value of the option to check its autoload value.
1288-
* @param mixed $serialized_value The serialized value of the option to check its autoload value.
1289-
* @param bool|null $autoload The autoload value to check.
1290-
* Accepts 'on'|true to enable or 'off'|false to disable, or
1291-
* 'auto-on', 'auto-off', or 'auto' for internal purposes.
1292-
* Any other autoload value will be forced to either 'auto-on',
1293-
* 'auto-off', or 'auto'.
1294-
* 'yes' and 'no' are supported for backward compatibility.
1286+
* @param string $option The name of the option.
1287+
* @param mixed $value The value of the option to check its autoload value.
1288+
* @param mixed $serialized_value The serialized value of the option to check its autoload value.
1289+
* @param bool|null $autoload The autoload value to check.
1290+
* Accepts 'on'|true to enable or 'off'|false to disable, or
1291+
* 'auto-on', 'auto-off', or 'auto' for internal purposes.
1292+
* Any other autoload value will be forced to either 'auto-on',
1293+
* 'auto-off', or 'auto'.
1294+
* 'yes' and 'no' are supported for backward compatibility.
12951295
* @return string Returns the original $autoload value if explicit, or 'auto-on', 'auto-off',
12961296
* or 'auto' depending on default heuristics.
12971297
*/

0 commit comments

Comments
 (0)