Skip to content

Commit 5eeb96a

Browse files
committed
Add missing return description to Loop::getInfo
1 parent 53bd12b commit 5eeb96a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Loop.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@ public static function setErrorHandler(callable $callback = null)
414414
* Implementations MAY optionally add more information in the array but at minimum the above `key => value` format
415415
* MUST always be provided.
416416
*
417-
* @return array
417+
* @return array Statistics about the loop in the described format.
418418
*/
419419
public static function getInfo()
420420
{

src/Loop/Driver.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ abstract public function setErrorHandler(callable $callback = null);
268268
* Implementations MAY optionally add more information in the array but at minimum the above `key => value` format
269269
* MUST always be provided.
270270
*
271-
* @return array
271+
* @return array Statistics about the loop in the described format.
272272
*/
273273
abstract public function getInfo();
274274

0 commit comments

Comments
 (0)