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)
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 {
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments