Skip to content

Commit c30444d

Browse files
committed
Narrow type
1 parent 28fb70e commit c30444d

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/Value/CSSString.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,9 @@ public function getArrayRepresentation(): array
112112
];
113113
}
114114

115+
/**
116+
* @param "'"|'"' $quote
117+
*/
115118
private function escape(string $string, string $quote): string
116119
{
117120
$charactersToEscape = '\\';

0 commit comments

Comments
 (0)