Skip to content

Commit 9a01b60

Browse files
committed
Declare type of the $data private member to array|null, to avoid warnings by PHP linters.
1 parent 8322567 commit 9a01b60

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Supporting/FileMakerRelation.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
class FileMakerRelation implements Iterator
2222
{
2323
/**
24-
* @var null
24+
* @var null|array
2525
* @ignore
2626
*/
2727
private $data = null;

0 commit comments

Comments
 (0)