From 73e367349ffea7a8e4d87bd0d69980daba5a46ba Mon Sep 17 00:00:00 2001 From: jay Date: Fri, 12 Jun 2026 14:08:45 -0400 Subject: [PATCH] create StreamFactoryInterface --- src/Potter/Stream/StreamFactoryInterface.php | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/Potter/Stream/StreamFactoryInterface.php diff --git a/src/Potter/Stream/StreamFactoryInterface.php b/src/Potter/Stream/StreamFactoryInterface.php new file mode 100644 index 0000000..56bce07 --- /dev/null +++ b/src/Potter/Stream/StreamFactoryInterface.php @@ -0,0 +1,10 @@ +