Skip to content

Commit 5795df5

Browse files
committed
Removed empty line
1 parent 4973c11 commit 5795df5

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

code_samples/recent_activity/src/Command/ActivityLogContextTestCommand.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
name: 'doc:test:activity-log-context',
2222
description: 'Test activity log context usage'
2323
)]
24-
2524
class ActivityLogContextTestCommand extends Command
2625
{
2726
private ActivityLogServiceInterface $activityLogService;

docs/administration/recent_activity/recent_activity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ In the following example, several actions are logged into one context group, eve
190190
- `complete`
191191

192192
``` php
193-
[[= include_file('code_samples/recent_activity/src/Command/ActivityLogContextTestCommand.php', 63, 83) =]]
193+
[[= include_file('code_samples/recent_activity/src/Command/ActivityLogContextTestCommand.php', 62, 82) =]]
194194
```
195195

196196
Context groups can't be nested.

0 commit comments

Comments
 (0)