File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -416,10 +416,10 @@ public static function setErrorHandler(callable $callback = null)
416
416
*
417
417
* @return array
418
418
*/
419
- public static function info ()
419
+ public static function getInfo ()
420
420
{
421
421
$ driver = self ::$ driver ?: self ::get ();
422
- return $ driver ->info ();
422
+ return $ driver ->getInfo ();
423
423
}
424
424
425
425
/**
Original file line number Diff line number Diff line change @@ -270,7 +270,7 @@ abstract public function setErrorHandler(callable $callback = null);
270
270
*
271
271
* @return array
272
272
*/
273
- abstract public function info ();
273
+ abstract public function getInfo ();
274
274
275
275
/**
276
276
* Get the underlying loop handle.
Original file line number Diff line number Diff line change @@ -43,6 +43,6 @@ public function disable($watcherId) {}
43
43
public function cancel ($ watcherId ) {}
44
44
public function reference ($ watcherId ) {}
45
45
public function unreference ($ watcherId ) {}
46
- public function info () {}
46
+ public function getInfo () {}
47
47
public function getHandle () {}
48
48
}
You can’t perform that action at this time.
0 commit comments