Ver Fonte

Fix lint

shalvah há 5 anos atrás
pai
commit
327d079599
1 ficheiros alterados com 1 adições e 1 exclusões
  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