mirror of
https://github.com/yiisoft/yii2.git
synced 2025-08-26 06:15:19 +08:00
Fixed ServeController phpdoc
This commit is contained in:
@ -28,7 +28,7 @@ class ServeController extends Controller
|
||||
const EXIT_CODE_ADDRESS_TAKEN_BY_ANOTHER_PROCESS = 5;
|
||||
|
||||
/**
|
||||
* @var int port to serve on. Either "host" or "host:port".
|
||||
* @var int port to serve on.
|
||||
*/
|
||||
public $port = 8080;
|
||||
|
||||
@ -46,7 +46,7 @@ class ServeController extends Controller
|
||||
/**
|
||||
* Runs PHP built-in web server
|
||||
*
|
||||
* @param string $address address to serve on
|
||||
* @param string $address address to serve on. Either "host" or "host:port".
|
||||
*
|
||||
* @return int
|
||||
*/
|
||||
|
Reference in New Issue
Block a user