File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -414,7 +414,7 @@ public static function setErrorHandler(callable $callback = null)
414
414
* Implementations MAY optionally add more information in the array but at minimum the above `key => value` format
415
415
* MUST always be provided.
416
416
*
417
- * @return array
417
+ * @return array Statistics about the loop in the described format.
418
418
*/
419
419
public static function getInfo ()
420
420
{
Original file line number Diff line number Diff line change @@ -268,7 +268,7 @@ abstract public function setErrorHandler(callable $callback = null);
268
268
* Implementations MAY optionally add more information in the array but at minimum the above `key => value` format
269
269
* MUST always be provided.
270
270
*
271
- * @return array
271
+ * @return array Statistics about the loop in the described format.
272
272
*/
273
273
abstract public function getInfo ();
274
274
You can’t perform that action at this time.
0 commit comments