Issues (924)

classes/deprecated/class-lsx-sharing.php (4 issues)

1
<?php
2
/**
3
 * LSX_Sharing
4
 *
5
 * @package lsx-sharing
6
 */
7
8
/**
9
 * Deprecated class.
10
 */
11
class LSX_Sharing {
12
13
    /**
14
     * Constructor.
15
     */
16
    public function __construct() {
0 ignored issues
show
Expected 2 blank lines before function; 1 found
Loading history...
17
         return lsx_sharing();
0 ignored issues
show
Found precision alignment of 1 spaces.
Loading history...
18
    }
0 ignored issues
show
Expected 2 blank lines after function; 0 found
Loading history...
Expected 1 blank line before closing function brace; 0 found
Loading history...
19
}
20