1
0
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:
Bob Weinand 2016-12-29 01:50:41 +01:00 committed by GitHub
parent ef9216a00a
commit 7e875298b8

View File

@ -424,6 +424,6 @@ abstract class Loop extends Driver {
* @return array
*/
public function __debugInfo() {
return $this->info();
return $this->getInfo();
}
}