File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff 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 {
Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments