Showing 1,422 of 1,422 total issues

Expected 1 space after closing parenthesis; found 0
Open

                if ( isset( $postmortem['created'] ) ){
Severity: Minor
Found in phplib/Persistence.php by phpcodesniffer

Expected 1 space after closing parenthesis; found 0
Open

                if ( isset( $postmortem['facilitator'] ) ){
Severity: Minor
Found in phplib/Persistence.php by phpcodesniffer

Expected 1 space after CATCH keyword; 0 found
Open

        } catch(PDOException $e) {
Severity: Minor
Found in phplib/Postmortem.php by phpcodesniffer

Expected 0 spaces before closing bracket; 1 found
Open

                if ( isset( $postmortem['problem_type'] ) ){
Severity: Minor
Found in phplib/Persistence.php by phpcodesniffer

Expected 0 spaces after opening bracket; 1 found
Open

                if ( isset( $postmortem['subsystem'] ) ){
Severity: Minor
Found in phplib/Persistence.php by phpcodesniffer

Space after opening parenthesis of function call prohibited
Open

                if ( isset( $postmortem['owner_team'] ) ){
Severity: Minor
Found in phplib/Persistence.php by phpcodesniffer

Expected 0 spaces before closing bracket; 1 found
Open

                if ( isset( $postmortem['owner_team'] ) ){
Severity: Minor
Found in phplib/Persistence.php by phpcodesniffer

Expected 0 spaces after opening bracket; 1 found
Open

                if ( isset( $postmortem['impact_type'] ) ){
Severity: Minor
Found in phplib/Persistence.php by phpcodesniffer

Opening brace should be on a new line
Open

    static function store_array($table_name, $assoc_column, $values, $postmortem_id, $conn) {
Severity: Minor
Found in phplib/Persistence.php by phpcodesniffer

Expected 1 space after CATCH keyword; 0 found
Open

        } catch(PDOException $e) {
Severity: Minor
Found in phplib/Persistence.php by phpcodesniffer

Opening brace should be on a new line
Open

    static function save_event($event, $conn = null) {
Severity: Minor
Found in phplib/Postmortem.php by phpcodesniffer

Opening brace should be on a new line
Open

    static function undelete_tag($tag_id, $event_id = null, $conn = null) {
Severity: Minor
Found in phplib/Postmortem.php by phpcodesniffer

Opening brace should be on a new line
Open

    static function save_tags_for_event($event_id, $tags, $conn = null) {
Severity: Minor
Found in phplib/Postmortem.php by phpcodesniffer

Opening brace should be on a new line
Open

    static function humanize_history($history) {
Severity: Minor
Found in phplib/Postmortem.php by phpcodesniffer

Opening brace should be on a new line
Open

    static function undelete_event($event_id, $conn = null) {
Severity: Minor
Found in phplib/Postmortem.php by phpcodesniffer

Opening brace should be on a new line
Open

    static function get_all_events($conn = null) {
Severity: Minor
Found in phplib/Postmortem.php by phpcodesniffer

Opening brace should be on a new line
Open

    static function get_event($event_id, $conn = null) {
Severity: Minor
Found in phplib/Postmortem.php by phpcodesniffer

Opening brace should be on a new line
Open

    static function get_event_edit_status($event) {
Severity: Minor
Found in phplib/Postmortem.php by phpcodesniffer

Opening brace should be on a new line
Open

    static function delete_tag($tag_id, $event_id = null, $conn = null) {
Severity: Minor
Found in phplib/Postmortem.php by phpcodesniffer

Opening brace should be on a new line
Open

    static function get_history_event($id, $conn = null) {
Severity: Minor
Found in phplib/Postmortem.php by phpcodesniffer
Severity
Category
Status
Source
Language