From 08aad3a34c37dde54d9ebc5b899902c47718f721 Mon Sep 17 00:00:00 2001
From: Takamura <plehanov.v@gmail.com>
Date: Fri, 31 Mar 2017 13:28:48 +1000
Subject: [PATCH] I supplemented the existing comments on the methods in which
 there was not enough information to the standard phpDoc.

---
 inc/SafeFN.class.php | 4 ++--
 inc/lessc.inc.php    | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/inc/SafeFN.class.php b/inc/SafeFN.class.php
index 712d7782e..b9e4a2b2a 100644
--- a/inc/SafeFN.class.php
+++ b/inc/SafeFN.class.php
@@ -88,8 +88,8 @@ class SafeFN {
     /**
      * convert an array of unicode codepoints into 'safe_filename' format
      *
-     * @param array $unicode    an array of unicode codepoints
-     * @return string the unicode represented in 'safe_filename' format
+     * @param    array  int    $unicode    an array of unicode codepoints
+     * @return   string        the unicode represented in 'safe_filename' format
      *
      * @author   Christopher Smith <chris@jalakai.co.uk>
      */
diff --git a/inc/lessc.inc.php b/inc/lessc.inc.php
index 8159c4abd..53b390c08 100644
--- a/inc/lessc.inc.php
+++ b/inc/lessc.inc.php
@@ -3280,7 +3280,7 @@ class lessc_parser {
      * Consume an assignment operator
      * Can optionally take a name that will be set to the current property name
      *
-     * @param null $name
+     * @param null|string $name
      *
      * @return bool
      */
-- 
GitLab