Skip to content

Commit 953e8ea

Browse files
committed
Fix BC break in Doctrine ORM OrderFilter
Protected property visibility must not be changed
1 parent 30a4b13 commit 953e8ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Bridge/Doctrine/Common/Filter/OrderFilterTrait.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ trait OrderFilterTrait
2929
/**
3030
* @var string Keyword used to retrieve the value
3131
*/
32-
private $orderParameterName;
32+
protected $orderParameterName;
3333

3434
/**
3535
* {@inheritdoc}

0 commit comments

Comments
 (0)