Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 6e9e456

Browse files
committedFeb 23, 2021
Fix CS violations reported by phpcbf
1 parent 038f0e6 commit 6e9e456

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed
 

‎tests/Doctrine/Tests/ORM/Functional/Ticket/GH5998Test.php

+1-3
Original file line numberDiff line numberDiff line change
@@ -100,9 +100,7 @@ class GH5998Common
100100
*/
101101
public $version;
102102

103-
/**
104-
* @var mixed
105-
*/
103+
/** @var mixed */
106104
public $other;
107105
}
108106

0 commit comments

Comments
 (0)
Please sign in to comment.