Skip to content

Commit f0ced91

Browse files
Darien Hagerweaverryan
Darien Hager
authored andcommitted
Fix example name to avoid breaking collision with standard data-collectors
1 parent f9cae6c commit f0ced91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbook/profiler/data_collector.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ populate the ``$this->data`` property (it takes care of serializing the
6767

6868
public function getName()
6969
{
70-
return 'memory';
70+
return 'example_memory';
7171
}
7272
}
7373

0 commit comments

Comments
 (0)