mirror of
https://github.com/flarum/framework.git
synced 2025-02-21 08:39:25 +08:00
Fix variable names (#4)
It's not causing any issue because the correct variable name is always used to set and read the value, and PHP is fine setting new attributes on a class dynamically. It's just the explicit variables declared don't match with those actually used later.
This commit is contained in:
parent
c7fdb79ce3
commit
082a600adf
@ -32,7 +32,7 @@ class SetupScript
|
||||
*
|
||||
* @var int
|
||||
*/
|
||||
protected $post;
|
||||
protected $port;
|
||||
|
||||
/**
|
||||
* Test database name.
|
||||
@ -60,7 +60,7 @@ class SetupScript
|
||||
*
|
||||
* @var string
|
||||
*/
|
||||
protected $prefix;
|
||||
protected $pref;
|
||||
|
||||
public function __construct()
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user