We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
OutputFormat::stringQuotingType
1 parent 2b61cd5 commit 6f07de2Copy full SHA for 6f07de2
1 file changed
src/OutputFormat.php
@@ -7,9 +7,7 @@
7
final class OutputFormat
8
{
9
/**
10
- * Value format: `"` means double-quote, `'` means single-quote
11
- *
12
- * @var non-empty-string
+ * @var '"'|"'"
13
*/
14
private $stringQuotingType = '"';
15
@@ -181,7 +179,7 @@ final class OutputFormat
181
179
private $indentationLevel = 0;
182
180
183
184
- * @return non-empty-string
+ * @return '"'|"'"
185
*
186
* @internal
187
@@ -191,7 +189,7 @@ public function getStringQuotingType(): string
191
189
}
192
190
193
194
- * @param non-empty-string $quotingType
+ * @param '"'|"'" $quotingType
195
196
* @return $this fluent interface
197
0 commit comments