#1333 - minor CS fixes - spacing/PSR-2
This commit is contained in:
parent
8ac66bb608
commit
376e74fb7e
@ -39,9 +39,11 @@ class ParameterTypeInfererTest extends \Doctrine\Tests\OrmTestCase
|
||||
array(array(), Connection::PARAM_STR_ARRAY),
|
||||
array(true, Type::BOOLEAN),
|
||||
);
|
||||
if(PHP_VERSION_ID >= 50500) {
|
||||
|
||||
if (PHP_VERSION_ID >= 50500) {
|
||||
$data[] = array(new \DateTimeImmutable(), Type::DATETIME);
|
||||
}
|
||||
|
||||
return $data;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user