File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ public function getConfigTreeBuilder()
101101 ->booleanNode ('install_default_breadcrumb_handlers ' )->defaultTrue ()->end ()
102102 ->booleanNode ('install_shutdown_handler ' )->defaultTrue ()->end ()
103103 ->arrayNode ('processors ' )
104- ->defaultValue ([\Raven_SanitizeDataProcessor ::class])
104+ ->defaultValue ([\Raven_Processor_SanitizeDataProcessor ::class])
105105 ->prototype ('scalar ' )->end ()
106106 ->end ()
107107 ->arrayNode ('processorOptions ' )
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ public function test_that_configuration_uses_the_right_default_values()
6868 $ this ->assertSame (['kernel/root/.. ' ], $ options ['prefixes ' ]);
6969 $ this ->assertTrue ($ options ['install_default_breadcrumb_handlers ' ]);
7070 $ this ->assertTrue ($ options ['install_shutdown_handler ' ]);
71- $ this ->assertSame ([\Raven_SanitizeDataProcessor ::class], $ options ['processors ' ]);
71+ $ this ->assertSame ([\Raven_Processor_SanitizeDataProcessor ::class], $ options ['processors ' ]);
7272 $ this ->assertSame ([], $ options ['processorOptions ' ]);
7373 }
7474
You can’t perform that action at this time.
0 commit comments