Skip to content

Commit 031ea7b

Browse files
committed
[EventLoop,Socket] Remove visibility from interfaces
1 parent 82d17a5 commit 031ea7b

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

LoopInterface.php

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,18 @@
44

55
interface LoopInterface
66
{
7-
public function addReadStream($stream, $listener);
8-
public function addWriteStream($stream, $listener);
7+
function addReadStream($stream, $listener);
8+
function addWriteStream($stream, $listener);
99

10-
public function removeReadStream($stream);
11-
public function removeWriteStream($stream);
12-
public function removeStream($stream);
10+
function removeReadStream($stream);
11+
function removeWriteStream($stream);
12+
function removeStream($stream);
1313

14-
public function addTimer($interval, $callback);
15-
public function addPeriodicTimer($interval, $callback);
16-
public function cancelTimer($signature);
14+
function addTimer($interval, $callback);
15+
function addPeriodicTimer($interval, $callback);
16+
function cancelTimer($signature);
1717

18-
public function tick();
19-
public function run();
20-
public function stop();
18+
function tick();
19+
function run();
20+
function stop();
2121
}

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy