Skip to content
Snippets Groups Projects
Commit fd06552d authored by Erick Hitter's avatar Erick Hitter
Browse files

Fix PHPCS

parent 89b70dc1
No related branches found
No related tags found
1 merge request!16Bump WP compatibility
Pipeline #8028 passed
...@@ -471,6 +471,7 @@ ETH_Simple_Shortlinks::get_instance(); ...@@ -471,6 +471,7 @@ ETH_Simple_Shortlinks::get_instance();
* @param int $post_id Post ID. * @param int $post_id Post ID.
* @return string * @return string
*/ */
// phpcs:ignore Squiz.Commenting.FunctionComment.Missing, Universal.Files.SeparateFunctionsFromOO.Mixed
function eth_simple_shortlinks_get( $post_id ) { function eth_simple_shortlinks_get( $post_id ) {
if ( ! did_action( 'wp_loaded' ) ) { if ( ! did_action( 'wp_loaded' ) ) {
_doing_it_wrong( _doing_it_wrong(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment