Skip to content

Commit c9f9685

Browse files
OskarStarkclaude
andcommitted
Fix namespace/filepath mismatch found by DOCtor-RST
- Fix GreetCommand namespace from App\Console to App\Command to match src/Command filepath 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent 17da570 commit c9f9685

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

console/style.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -476,7 +476,7 @@ your commands. Thanks to the ``StyleInterface`` you won't need to change the cod
476476
of your commands to change their appearance::
477477

478478
// src/Command/GreetCommand.php
479-
namespace App\Console;
479+
namespace App\Command;
480480

481481
use App\Console\CustomStyle;
482482
use Symfony\Component\Console\Command\Command;

0 commit comments

Comments
 (0)