Skip to content

Commit 487b68a

Browse files
v1.6.6 Release
PHP8.4対応
1 parent 5eeab94 commit 487b68a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/InitClass/InitForRestApi.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ class InitForRestApi implements IInitSocketManager
6969
* @param ?int $p_port ポート番号
7070
* @param ?callable $p_log_writer ログライター
7171
*/
72-
public function __construct(ParameterForRestApi $p_unit_parameter, array $p_routing = [], array $p_parsers, ?int $p_port = null, $p_log_writer)
72+
public function __construct(ParameterForRestApi $p_unit_parameter, array $p_routing = [], array $p_parsers = [], ?int $p_port = null, $p_log_writer = null)
7373
{
7474
$this->unit_parameter = $p_unit_parameter;
7575
$this->routing = $p_routing;

0 commit comments

Comments
 (0)