Security update for Core, with self-updated composer
[yaffs-website] / vendor / symfony / var-dumper / Cloner / DumperInterface.php
index cb7981694f98137ad23c5239ec3e21bb8ba9bb65..cb498ff70657c66b5889d809d49d33bc220099e6 100644 (file)
@@ -21,9 +21,9 @@ interface DumperInterface
     /**
      * Dumps a scalar value.
      *
-     * @param Cursor $cursor The Cursor position in the dump
-     * @param string $type   The PHP type of the value being dumped
-     * @param scalar $value  The scalar value being dumped
+     * @param Cursor                $cursor The Cursor position in the dump
+     * @param string                $type   The PHP type of the value being dumped
+     * @param string|int|float|bool $value  The scalar value being dumped
      */
     public function dumpScalar(Cursor $cursor, $type, $value);