Skip to content

Commit 9370403

Browse files
committed
cs
1 parent 875c9a7 commit 9370403

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PhpGenerator/Dumper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ private function dumpLiteral(Literal $var, int $level): string
207207

208208

209209
/**
210-
* Generates PHP statement.
210+
* Generates PHP statement. Supports placeholders: ? \? $? ->? ::? ...? ...?: ?*
211211
*/
212212
public function format(string $statement, ...$args): string
213213
{

0 commit comments

Comments
 (0)