Skip to content
This repository was archived by the owner on Dec 9, 2023. It is now read-only.

Commit 61afbda

Browse files
Merge branch '4.3' into 4.4
* 4.3: Improve some URLs Fix test compatibility with 4.x components [Cache] cs fix
2 parents ee29811 + bbe2823 commit 61afbda

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Command/ServerRunCommand.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ protected function configure()
8181
8282
<info>%command.full_name% --router=app/config/router.php</info>
8383
84-
See also: http://www.php.net/manual/en/features.commandline.webserver.php
84+
See also: https://php.net/features.commandline.webserver
8585
EOF
8686
)
8787
;

Command/ServerStartCommand.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ protected function configure()
8181
8282
<info>php %command.full_name% --router=app/config/router.php</info>
8383
84-
See also: http://www.php.net/manual/en/features.commandline.webserver.php
84+
See also: https://php.net/features.commandline.webserver
8585
EOF
8686
)
8787
;

Resources/router.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
/*
1313
* This file implements rewrite rules for PHP built-in web server.
1414
*
15-
* See: http://www.php.net/manual/en/features.commandline.webserver.php
15+
* See: https://php.net/features.commandline.webserver
1616
*
1717
* If you have custom directory layout, then you have to write your own router
1818
* and pass it as a value to 'router' option of server:run command.

0 commit comments

Comments
 (0)