Issues (4138)

includes/functions/triggers.php (3 issues)

1
<?php
2
/**
3
 * LSX Health Plan Plan specific functions.
4
 *
5
 * @package lsx-health-plan
6
 */
7
8
namespace lsx_health_plan\functions\triggers;
9
10
/**
0 ignored issues
show
Coding Style Documentation introduced by
Doc comment for parameter "$disabled" missing
Loading history...
11
 * Return a true or false if the search is enabled.
12
 *
13
 * @return boolean
14
 */
15
function disable_sharing( $disabled ) {
0 ignored issues
show
Expected 2 blank lines before function; 1 found
Loading history...
16
	return true;
17
}
0 ignored issues
show
Expected 1 blank line before closing function brace; 0 found
Loading history...
18