#2794 correcting `DateTimeImmutable` reference in docblock

parent 5a0df816
...@@ -73,9 +73,9 @@ abstract class BaseDateTypeTestCase extends PHPUnit_Framework_TestCase ...@@ -73,9 +73,9 @@ abstract class BaseDateTypeTestCase extends PHPUnit_Framework_TestCase
/** /**
* @group #2794 * @group #2794
* *
* Note that while DateTimeImmutable is supposed to be handled by @see \Doctrine\DBAL\Types\DateTimeImmutableType, * Note that while \@see \DateTimeImmutable is supposed to be handled
* previous DBAL versions handled it just fine. This test is just in place to prevent further regressions, even * by @see \Doctrine\DBAL\Types\DateTimeImmutableType, previous DBAL versions handled it just fine.
* if the type is being misused * This test is just in place to prevent further regressions, even if the type is being misused
*/ */
public function testConvertDateTimeImmutableToPHPValue() public function testConvertDateTimeImmutableToPHPValue()
{ {
...@@ -87,9 +87,9 @@ abstract class BaseDateTypeTestCase extends PHPUnit_Framework_TestCase ...@@ -87,9 +87,9 @@ abstract class BaseDateTypeTestCase extends PHPUnit_Framework_TestCase
/** /**
* @group #2794 * @group #2794
* *
* Note that while DateTimeImmutable is supposed to be handled by @see \Doctrine\DBAL\Types\DateTimeImmutableType, * Note that while \@see \DateTimeImmutable is supposed to be handled
* previous DBAL versions handled it just fine. This test is just in place to prevent further regressions, even * by @see \Doctrine\DBAL\Types\DateTimeImmutableType, previous DBAL versions handled it just fine.
* if the type is being misused * This test is just in place to prevent further regressions, even if the type is being misused
*/ */
public function testDateTimeImmutableConvertsToDatabaseValue() 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