File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 328328 containerListener (CodePatchListener::class, 'patch ' ),
329329 ],
330330 'cli.verify.finish ' => [
331- containerListener (CodePatchListener::class, 'patch ' ),
331+ containerListener (CodePatchListener::class, 'revert ' ),
332332 ],
333333 'cli.run.start ' => [
334334 containerListener (CodePatchListener::class, 'patch ' ),
335335 ],
336336 'cli.run.finish ' => [
337- containerListener (CodePatchListener::class, 'patch ' ),
337+ containerListener (CodePatchListener::class, 'revert ' ),
338338 ],
339339 'cgi.verify.start ' => [
340340 containerListener (CodePatchListener::class, 'patch ' ),
341341 ],
342342 'cgi.verify.finish ' => [
343- containerListener (CodePatchListener::class, 'patch ' ),
343+ containerListener (CodePatchListener::class, 'revert ' ),
344344 ],
345345 'cgi.run.start ' => [
346346 containerListener (CodePatchListener::class, 'patch ' ),
347347 ],
348348 'cgi.run.finish ' => [
349- containerListener (CodePatchListener::class, 'patch ' ),
349+ containerListener (CodePatchListener::class, 'revert ' ),
350350 ],
351351 ],
352352 'self-check ' => [
You can’t perform that action at this time.
0 commit comments