Move public members above protected members in rule watch node
parent
c869566868
commit
e817a2e2d7
|
@ -17,11 +17,11 @@ namespace Composer\DependencyResolver;
|
||||||
*/
|
*/
|
||||||
class RuleWatchNode
|
class RuleWatchNode
|
||||||
{
|
{
|
||||||
protected $rule;
|
|
||||||
|
|
||||||
public $watch1;
|
public $watch1;
|
||||||
public $watch2;
|
public $watch2;
|
||||||
|
|
||||||
|
protected $rule;
|
||||||
|
|
||||||
public function __construct($rule)
|
public function __construct($rule)
|
||||||
{
|
{
|
||||||
$this->rule = $rule;
|
$this->rule = $rule;
|
||||||
|
|
Loading…
Reference in New Issue