Skip to content

Commit 77bcb9c

Browse files
attachmentgenieweaverryan
authored andcommitted
removing unnecessary duplicate php from codeblock
1 parent 5a9b7e4 commit 77bcb9c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

quick_tour/the_big_picture.rst

+2-2
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)