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)
416416 *
417417 * @return array
418418 */
419- public static function info ()
419+ public static function getInfo ()
420420 {
421421 $ driver = self ::$ driver ?: self ::get ();
422- return $ driver ->info ();
422+ return $ driver ->getInfo ();
423423 }
424424
425425 /**
Original file line number Diff line number Diff line change @@ -270,7 +270,7 @@ abstract public function setErrorHandler(callable $callback = null);
270270 *
271271 * @return array
272272 */
273- abstract public function info ();
273+ abstract public function getInfo ();
274274
275275 /**
276276 * Get the underlying loop handle.
Original file line number Diff line number Diff line change @@ -43,6 +43,6 @@ public function disable($watcherId) {}
4343 public function cancel ($ watcherId ) {}
4444 public function reference ($ watcherId ) {}
4545 public function unreference ($ watcherId ) {}
46- public function info () {}
46+ public function getInfo () {}
4747 public function getHandle () {}
4848}
You can’t perform that action at this time.
0 commit comments