fix!: handle php errors with custom error handling

This commit changes the api of the stream classes, since indication of
success or failure is no longer necessary.
This commit is contained in:
2026-02-13 23:26:32 +01:00
parent 3a5cad161d
commit 5797059008
14 changed files with 232 additions and 135 deletions

View File

@@ -8,7 +8,7 @@ use Override;
final class ChildStdin implements StdioInterface
{
use StreamWritable;
use StreamWriteTrait;
#[Override]
public function getDescriptionSpec(int $fd): mixed