Problem/Motivation
/**
* DEPRECATION WARNING! This method will be removed in the next major point release.
*
* @deprecated deprecated since version 9.1.0
* @see AbstractCsv::getContent
*
* Retrieves the CSV content
*/
public function __toString(): string
{
return $this->getContent();
}
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | csv_serialization-3165718-deprecation-2.patch | 804 bytes | pobster |
Comments
Comment #2
pobster commentedComment #3
pobster commentedComment #4
pobster commentedOkay ... I don't quite get why I'm not able to queue a test for the 2.x branch? Well ... it applies, and runs.
Comment #6
grasmash commented