Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit af9eac4

Browse filesBrowse files
committed
Changed the code to remove references to Symfony Framework since it's
the standalone component
1 parent 60e2b3e commit af9eac4
Copy full SHA for af9eac4

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎components/console/changing_default_behavior.rst

Copy file name to clipboardExpand all lines: components/console/changing_default_behavior.rst
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ method::
2323

2424
#!/usr/bin/env php
2525
<?php
26-
// app/console
26+
// application.php
2727

28-
use Acme\DemoBundle\Command\GreetCommand;
28+
use Acme\Command\GreetCommand;
2929
use Symfony\Component\Console\Application;
3030

3131
$command = new GreetCommand();

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.