Skip to content

Commit d07cc59

Browse files
committed
Fix doc blocks in io_poll.stub.php
/* */ comments are ignored by the stub parser.
1 parent fc84d16 commit d07cc59

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

ext/standard/io_poll.stub.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ interface Handle
3939
{
4040
}
4141

42-
/*
42+
/**
4343
* @strict-properties
4444
* @not-serializable
4545
*/
@@ -70,7 +70,7 @@ public function modifyData(mixed $data): void {}
7070
public function remove(): void {}
7171
}
7272

73-
/*
73+
/**
7474
* @strict-properties
7575
* @not-serializable
7676
*/
@@ -145,7 +145,7 @@ class InvalidHandleException extends PollException {}
145145
}
146146

147147
namespace {
148-
/*
148+
/**
149149
* @strict-properties
150150
* @not-serializable
151151
*/

ext/standard/io_poll_arginfo.h

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)