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 77bcb9c

Browse filesBrowse files
attachmentgenieweaverryan
authored andcommitted
removing unnecessary duplicate php from codeblock
1 parent 5a9b7e4 commit 77bcb9c
Copy full SHA for 77bcb9c

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

‎quick_tour/the_big_picture.rst

Copy file name to clipboardExpand all lines: quick_tour/the_big_picture.rst
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,10 @@ If you have PHP 5.4, you can use the built-in web server:
7575
.. code-block:: bash
7676
7777
# check your PHP CLI configuration
78-
$ php php app/check.php
78+
$ php app/check.php
7979
8080
# run the built-in web server
81-
$ php php app/console server:run
81+
$ php app/console server:run
8282
8383
Then the URL to your application will be "http://localhost:8000/app_dev.php"
8484

0 commit comments

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