Skip to content

Commit 21e76be

Browse files
committed
Make $fields private
1 parent 72c4df1 commit 21e76be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GraphNode/GraphNode.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ class GraphNode implements \ArrayAccess, \IteratorAggregate
3737
*
3838
* @var array
3939
*/
40-
protected $fields = [];
40+
private $fields = [];
4141

4242
/**
4343
* Init this Graph object.

0 commit comments

Comments
 (0)