Make WordPress Core


Ignore:
Timestamp:
09/08/2023 10:01:14 AM (2 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/cron.php

    r56547 r56548  
    5454        // It's a non-recurring event.
    5555        $this->assertFalse( wp_get_schedule( $hook ) );
    56 
    5756    }
    5857
     
    709708        // - Invalid timestamp.
    710709        $this->assertFalse( wp_get_scheduled_event( $hook, $args, 'Words Fail!' ) );
    711 
    712710    }
    713711
     
    768766        $this->assertWPError( $subsequent );
    769767        $this->assertSame( 'duplicate_event', $subsequent->get_error_code() );
    770 
    771768    }
    772769
Note: See TracChangeset for help on using the changeset viewer.