Commit d07cc596508 for php.net
commit d07cc59650865b0d6c87287a7c484bde94cddcff
Author: Ilija Tovilo <ilija.tovilo@me.com>
Date: Thu Jun 18 19:46:18 2026 +0200
Fix doc blocks in io_poll.stub.php
/* */ comments are ignored by the stub parser.
diff --git a/ext/standard/io_poll.stub.php b/ext/standard/io_poll.stub.php
index 689099a0b39..82bc00e0aac 100644
--- a/ext/standard/io_poll.stub.php
+++ b/ext/standard/io_poll.stub.php
@@ -39,7 +39,7 @@ interface Handle
{
}
- /*
+ /**
* @strict-properties
* @not-serializable
*/
@@ -70,7 +70,7 @@ public function modifyData(mixed $data): void {}
public function remove(): void {}
}
- /*
+ /**
* @strict-properties
* @not-serializable
*/
@@ -145,7 +145,7 @@ class InvalidHandleException extends PollException {}
}
namespace {
- /*
+ /**
* @strict-properties
* @not-serializable
*/
diff --git a/ext/standard/io_poll_arginfo.h b/ext/standard/io_poll_arginfo.h
index 5272a2b2739..ced48021eaa 100644
Binary files a/ext/standard/io_poll_arginfo.h and b/ext/standard/io_poll_arginfo.h differ