Skip to content

Commit ada675d

Browse files
committed
More cleanup of the Rector changes
1 parent 5224391 commit ada675d

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/CSSList/CSSList.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,8 @@ private static function parseAtRule(ParserState $oParserState)
241241
/**
242242
* Tests an identifier for a given value. Since identifiers are all keywords, they can be vendor-prefixed.
243243
* We need to check for these versions too.
244+
*
245+
* @param string $sIdentifier
244246
*/
245247
private static function identifierIs($sIdentifier, string $sMatch): bool
246248
{

src/OutputFormat.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,6 @@ public function set($aNames, $mValue)
223223
}
224224

225225
/**
226-
* @param string $sMethodName
227226
* @param array<array-key, mixed> $aArguments
228227
*
229228
* @return mixed
@@ -303,7 +302,7 @@ public function level()
303302
/**
304303
* Creates an instance of this class without any particular formatting settings.
305304
*/
306-
public static function create(): OutputFormat
305+
public static function create(): self
307306
{
308307
return new OutputFormat();
309308
}

0 commit comments

Comments
 (0)