Make WordPress Core


Ignore:
Timestamp:
09/08/2023 10:01:14 AM (22 months 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/editor/navigation-fallback.php

    r56547 r56548  
    192192        $navs_in_db = $this->get_navigations_in_database();
    193193        $this->assertCount( 1, $navs_in_db, 'A single Navigation menu should be present in the database.' );
    194 
    195194    }
    196195
     
    349348
    350349        $this->assertCount( 1, $navs_in_db, 'Only the existing Navigation menus should be present in the database.' );
    351 
    352350    }
    353351
Note: See TracChangeset for help on using the changeset viewer.