The `Codeception\Util\Debug` class says on [Line 27](https://github.com/Codeception/Codeception/blob/14c7ebe988cabe917344523149d310e666490c55/src/Codeception/Util/Debug.php#L27): "Message can be any **time** of data" which should probably be "Message can be any **type** of data" PR: #6934
The
Codeception\Util\Debugclass says on Line 27:"Message can be any time of data"
which should probably be
"Message can be any type of data"
PR: #6934