Skip to content

Commit 6e59ec8

Browse files
committed
[GH-7505] Fix cs
1 parent 87e4914 commit 6e59ec8

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

lib/Doctrine/ORM/Internal/Hydration/SimpleObjectHydrator.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
use PDO;
2323
use Doctrine\ORM\Mapping\ClassMetadata;
2424
use Doctrine\ORM\Query;
25+
use function in_array;
2526

2627
class SimpleObjectHydrator extends AbstractHydrator
2728
{

tests/Doctrine/Tests/ORM/Functional/Ticket/GH7505Test.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ class GH7505ArrayResponse extends GH7505AbstractResponse
7474
{
7575
/**
7676
* @Column(name="value_array", type="simple_array")
77-
*
7877
* @var array
7978
*/
8079
public $value = [];
@@ -87,7 +86,6 @@ class GH7505TextResponse extends GH7505AbstractResponse
8786
{
8887
/**
8988
* @Column(name="value_string", type="string")
90-
*
9189
* @var string|null
9290
*/
9391
public $value;

0 commit comments

Comments
 (0)