Skip to content

Commit

Permalink
QA: Synchronize declaration with usage in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
thekid committed Dec 29, 2024
1 parent 1b93452 commit aa87077
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/php/util/data/unittest/fixtures/Person.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
class Person {
private static $ROOT = 0;

/** @var int */
/** @var ?int */
private $id= 0;

/** @var string */
Expand Down

0 comments on commit aa87077

Please sign in to comment.