File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ protected function processInput(): void
7575 }
7676 }
7777
78- private function processFiber (): void
78+ protected function processFiber (): void
7979 {
8080 if (null === $ this ->sessionFiber ) {
8181 return ;
@@ -124,7 +124,7 @@ private function processFiber(): void
124124 }
125125 }
126126
127- private function handleFiberTermination (): void
127+ protected function handleFiberTermination (): void
128128 {
129129 $ finalResult = $ this ->sessionFiber ->getReturn ();
130130
@@ -140,7 +140,7 @@ private function handleFiberTermination(): void
140140 $ this ->sessionFiber = null ;
141141 }
142142
143- private function flushOutgoingMessages (): void
143+ protected function flushOutgoingMessages (): void
144144 {
145145 $ messages = $ this ->getOutgoingMessages ($ this ->sessionId );
146146
@@ -149,7 +149,7 @@ private function flushOutgoingMessages(): void
149149 }
150150 }
151151
152- private function writeLine (string $ payload ): void
152+ protected function writeLine (string $ payload ): void
153153 {
154154 fwrite ($ this ->output , $ payload .\PHP_EOL );
155155 }
You can’t perform that action at this time.
0 commit comments