Skip to content

Commit 7a33a6b

Browse files
committed
Fix PossiblyNullPropertyAssignmentValue issues
1 parent f930db2 commit 7a33a6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Doctrine/DBAL/Schema/TableDiff.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
class TableDiff
1111
{
1212
/** @var string */
13-
public $name = null;
13+
public $name;
1414

1515
/** @var string|false */
1616
public $newName = false;

0 commit comments

Comments
 (0)