File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2020 *
2121 * @link https://pecl.php.net/package/event
2222 */
23- class ExtEventLoop implements LoopInterface
23+ final class ExtEventLoop implements LoopInterface
2424{
2525 private $ eventBase ;
2626 private $ futureTickQueue ;
Original file line number Diff line number Diff line change 2424 * @see https://github.com/m4rw3r/php-libev
2525 * @see https://gist.github.com/1688204
2626 */
27- class ExtLibevLoop implements LoopInterface
27+ final class ExtLibevLoop implements LoopInterface
2828{
2929 private $ loop ;
3030 private $ futureTickQueue ;
Original file line number Diff line number Diff line change 3333 *
3434 * @link https://pecl.php.net/package/libevent
3535 */
36- class ExtLibeventLoop implements LoopInterface
36+ final class ExtLibeventLoop implements LoopInterface
3737{
3838 /** @internal */
3939 const MICROSECONDS_PER_SECOND = 1000000 ;
Original file line number Diff line number Diff line change 55/**
66 * The `Factory` class exists as a convenient way to pick the best available event loop implementation.
77 */
8- class Factory
8+ final class Factory
99{
1010 /**
1111 * Creates a new event loop instance
Original file line number Diff line number Diff line change 5050 *
5151 * @link http://php.net/manual/en/function.stream-select.php
5252 */
53- class StreamSelectLoop implements LoopInterface
53+ final class StreamSelectLoop implements LoopInterface
5454{
5555 /** @internal */
5656 const MICROSECONDS_PER_SECOND = 1000000 ;
You can’t perform that action at this time.
0 commit comments