From 087ec7ebafd781fc94e61a5a82a6e31565aa6ea5 Mon Sep 17 00:00:00 2001 From: Andy Miller Date: Thu, 6 Oct 2016 11:12:53 -0600 Subject: [PATCH] cleanup --- system/src/Grav/Common/Utils.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/src/Grav/Common/Utils.php b/system/src/Grav/Common/Utils.php index c50d9e95d..cd20a43ef 100644 --- a/system/src/Grav/Common/Utils.php +++ b/system/src/Grav/Common/Utils.php @@ -432,7 +432,7 @@ abstract class Utils /** * Process a Grav image media URL from HTML tag * - * @param $html + * @param $html HTML tag e.g. `` * @param $page * @return string */