Make WordPress Core


Ignore:
Timestamp:
09/08/2023 10:01:14 AM (3 years ago)
Author:
SergeyBiryukov
Message:

Coding Standards: Remove superfluous blank lines at the end of various functions.

Note: This is enforced by WPCS 3.0.0.

Follow-up to [56536], [56547].

Props jrf.
See #59161, #58831.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/ajax/wpCustomizeNavMenus.php

    r54722 r56548  
    108108                        $this->assertSame( $expected_results, $response );
    109109                }
    110 
    111110        }
    112111
     
    292291                $response = json_decode( $this->_last_response, true );
    293292                $this->assertSame( $success_status, $response['success'] );
    294 
    295293        }
    296294
Note: See TracChangeset for help on using the changeset viewer.