mirror of
https://github.com/danog/amp.git
synced 2025-01-22 05:11:42 +01:00
Use getInfo() in __debugInfo()
This commit is contained in:
parent
ef9216a00a
commit
7e875298b8
@ -424,6 +424,6 @@ abstract class Loop extends Driver {
|
||||
* @return array
|
||||
*/
|
||||
public function __debugInfo() {
|
||||
return $this->info();
|
||||
return $this->getInfo();
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user