#2794 correcting `DateTimeImmutable` reference in docblock

parent 5a0df816
......@@ -73,9 +73,9 @@ abstract class BaseDateTypeTestCase extends PHPUnit_Framework_TestCase
/**
* @group #2794
*
* Note that while DateTimeImmutable is supposed to be handled by @see \Doctrine\DBAL\Types\DateTimeImmutableType,
* previous DBAL versions handled it just fine. This test is just in place to prevent further regressions, even
* if the type is being misused
* Note that while \@see \DateTimeImmutable is supposed to be handled
* by @see \Doctrine\DBAL\Types\DateTimeImmutableType, previous DBAL versions handled it just fine.
* This test is just in place to prevent further regressions, even if the type is being misused
*/
public function testConvertDateTimeImmutableToPHPValue()
{
......@@ -87,9 +87,9 @@ abstract class BaseDateTypeTestCase extends PHPUnit_Framework_TestCase
/**
* @group #2794
*
* Note that while DateTimeImmutable is supposed to be handled by @see \Doctrine\DBAL\Types\DateTimeImmutableType,
* previous DBAL versions handled it just fine. This test is just in place to prevent further regressions, even
* if the type is being misused
* Note that while \@see \DateTimeImmutable is supposed to be handled
* by @see \Doctrine\DBAL\Types\DateTimeImmutableType, previous DBAL versions handled it just fine.
* This test is just in place to prevent further regressions, even if the type is being misused
*/
public function testDateTimeImmutableConvertsToDatabaseValue()
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment