From 9049b30a829b1a17af2b93fbe493e801b5ab2ba6 Mon Sep 17 00:00:00 2001 From: Paul de Wouters Date: Mon, 16 Jun 2014 09:02:00 -0300 Subject: [PATCH] No new line after @param Signed-off-by: Paul de Wouters --- wpthumb.crop-from-position.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/wpthumb.crop-from-position.php b/wpthumb.crop-from-position.php index 410efdc..c4659cb 100644 --- a/wpthumb.crop-from-position.php +++ b/wpthumb.crop-from-position.php @@ -23,7 +23,6 @@ function wpthumb_add_crop_from_position_admin_hooks() { * * @param array $fields * @param array $post - * * @return $post */ function wpthumb_media_form_crop_position( $fields, $post ) { @@ -70,7 +69,6 @@ function wpthumb_media_form_crop_position( $fields, $post ) { * * @param array $post * @param array $attachment - * * @return $post */ function wpthumb_media_form_crop_position_save( $post, $attachment ) {