mirror of
https://github.com/composer/composer
synced 2025-05-09 16:42:57 +00:00
Move public members above protected members in rule watch node
This commit is contained in:
parent
c869566868
commit
e817a2e2d7
1 changed files with 2 additions and 2 deletions
|
@ -17,11 +17,11 @@ namespace Composer\DependencyResolver;
|
|||
*/
|
||||
class RuleWatchNode
|
||||
{
|
||||
protected $rule;
|
||||
|
||||
public $watch1;
|
||||
public $watch2;
|
||||
|
||||
protected $rule;
|
||||
|
||||
public function __construct($rule)
|
||||
{
|
||||
$this->rule = $rule;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue