From 327d079599b34b51b46522d58cb5b387315ba9f2 Mon Sep 17 00:00:00 2001 From: shalvah Date: Sat, 9 May 2020 21:15:31 +0100 Subject: [PATCH] Fix lint --- src/Tools/WritingUtils.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Tools/WritingUtils.php b/src/Tools/WritingUtils.php index 87d06cf4..b6b66da9 100644 --- a/src/Tools/WritingUtils.php +++ b/src/Tools/WritingUtils.php @@ -19,7 +19,7 @@ class WritingUtils /** * Print a value as valid PHP, handling arrays and proper indentation. * - * @param $value + * @param mixed $value * @param int $indentationLevel * * @return string