shalvah 5 years ago
parent
commit
327d079599
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Tools/WritingUtils.php

+ 1 - 1
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