Make WordPress Core


Ignore:
Timestamp:
09/08/2023 09:30:38 AM (3 years ago)
Author:
SergeyBiryukov
Message:

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

Note: This is enforced by WPCS 3.0.0.

Follow-up to [56536].

Props jrf.
See #59161, #58831.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/pomo/streams.php

    r56536 r56547  
    300300                        return $this->substr( $this->_str, $this->_pos, $this->strlen( $this->_str ) );
    301301                }
    302 
    303302        }
    304303endif;
Note: See TracChangeset for help on using the changeset viewer.