Skip to content

Commit

Permalink
Fix docblock @var -> param
Browse files Browse the repository at this point in the history
Signed-off-by: Abdul Malik Ikhsan <samsonasik@gmail.com>
  • Loading branch information
samsonasik committed Jan 4, 2023
1 parent a8dfbe3 commit 76ccec0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Emitter/SapiStreamEmitter.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class SapiStreamEmitter implements EmitterInterface
use SapiEmitterTrait;

public function __construct(
/** @var int Maximum output buffering size for each iteration. */
/** @param int Maximum output buffering size for each iteration. */
private int $maxBufferLength = 8192
) {
}
Expand Down

0 comments on commit 76ccec0

Please sign in to comment.