Skip to content

Commit d5a0c66

Browse files
committed
[EventLoop] Relax coverage constraints
1 parent 860a98e commit d5a0c66

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Factory.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,12 @@ class Factory
99
{
1010
public static function create()
1111
{
12+
// @codeCoverageIgnoreStart
1213
if (function_exists('event_base_new')) {
1314
return new LibEventLoop();
1415
}
1516

1617
return new StreamSelectLoop();
18+
// @codeCoverageIgnoreEnd
1719
}
1820
}

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