Mercurial > hg > isophonics-drupal-site
diff vendor/symfony/css-selector/Node/Specificity.php @ 14:1fec387a4317
Update Drupal core to 8.5.2 via Composer
author | Chris Cannam |
---|---|
date | Mon, 23 Apr 2018 09:46:53 +0100 |
parents | 4c8ae668cc8c |
children | c2387f117808 |
line wrap: on
line diff
--- a/vendor/symfony/css-selector/Node/Specificity.php Mon Apr 23 09:33:26 2018 +0100 +++ b/vendor/symfony/css-selector/Node/Specificity.php Mon Apr 23 09:46:53 2018 +0100 @@ -29,24 +29,11 @@ const B_FACTOR = 10; const C_FACTOR = 1; - /** - * @var int - */ private $a; - - /** - * @var int - */ private $b; - - /** - * @var int - */ private $c; /** - * Constructor. - * * @param int $a * @param int $b * @param int $c @@ -59,8 +46,6 @@ } /** - * @param Specificity $specificity - * * @return self */ public function plus(Specificity $specificity) @@ -82,8 +67,6 @@ * Returns -1 if the object specificity is lower than the argument, * 0 if they are equal, and 1 if the argument is lower. * - * @param Specificity $specificity - * * @return int */ public function compareTo(Specificity $specificity)