Skip to content

Commit 9d990a2

Browse files
committed
Loop::info() must be static
1 parent ac116c9 commit 9d990a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Loop.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ public static function setErrorHandler(callable $callback = null)
295295
*
296296
* @return array
297297
*/
298-
public function info()
298+
public static function info()
299299
{
300300
return self::get()->info();
301301
}

0 commit comments

Comments
 (0)