Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
* origin/master:
  Apply fixes from StyleCI
  • Loading branch information
voku committed Dec 1, 2017
2 parents 81ec0a7 + 7163320 commit ea404fb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/Specificity.php
Expand Up @@ -125,7 +125,7 @@ public static function fromSelector(string $selector)
*
* @return int
*/
public function compareTo(Specificity $specificity): int
public function compareTo(self $specificity): int
{
if ($this->a !== $specificity->a) {
return $this->a - $specificity->a;
Expand Down
1 change: 0 additions & 1 deletion tests/CssToInlineStylesTest.php
Expand Up @@ -4,7 +4,6 @@

use voku\CssToInlineStyles\CssToInlineStyles;
use voku\CssToInlineStyles\Exception;
use voku\helper\UTF8;

/**
* Class CssToInlineStylesTest
Expand Down

0 comments on commit ea404fb

Please sign in to comment.