File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -513,7 +513,7 @@ See also the [CHANGELOG](CHANGELOG.md) for details about version upgrades.
513
513
This project aims to run on any platform and thus does not require any PHP
514
514
extensions and supports running on legacy PHP 5.4 through current PHP 7+ and
515
515
HHVM.
516
- It's * highly recommended to use PHP 7+ * for this project.
516
+ It's * highly recommended to use the latest supported PHP version * for this project.
517
517
518
518
## Tests
519
519
@@ -551,7 +551,7 @@ $ docker run -it --rm --net=host \
551
551
To run the test suite, go to the project root and run:
552
552
553
553
``` bash
554
- $ php vendor/bin/phpunit
554
+ $ vendor/bin/phpunit
555
555
```
556
556
557
557
## License
Original file line number Diff line number Diff line change 72
72
});
73
73
74
74
$ connection ->quit ();
75
- }, 'printf ' );
75
+ }, function (Exception $ e ) {
76
+ echo 'Error: ' . $ e ->getMessage () . PHP_EOL ;
77
+ });
You can’t perform that action at this time.
0 commit comments