Skip to content

Commit ba9783e

Browse files
committed
QA: Apidoc [skip ci]
1 parent 2f6f7b6 commit ba9783e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/php/lang/ast/Result.class.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ class Result {
99
public $stack= [];
1010

1111
/**
12-
* Starts an result stream, including a preamble
12+
* Starts a result stream, including a preamble
1313
*
14-
* @param io.streams.Writer
14+
* @param io.streams.Writer $out
1515
* @param string $preamble
1616
*/
1717
public function __construct($out, $preamble= '<?php ') {

0 commit comments

Comments
 (0)