Skip to content

Commit

Permalink
Merge pull request #114 from SkUrRiEr/fix-tests-on-7.2
Browse files Browse the repository at this point in the history
Update example to output a single line on PHP 7.2
  • Loading branch information
giorgiosironi authored Jun 4, 2018
2 parents 55de574 + 4ebc114 commit d921bbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/generating_integers.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
$eris
->forAll(Generator\int())
->then(function ($integer) {
var_dump($integer);
echo var_export($integer, true) . PHP_EOL;
});

0 comments on commit d921bbe

Please sign in to comment.