diff vendor/psy/psysh/src/Configuration.php @ 16:c2387f117808

Routine composer update
author Chris Cannam
date Tue, 10 Jul 2018 15:07:59 +0100
parents 5fb285c0d0e3
children 129ea1e6d783
line wrap: on
line diff
--- a/vendor/psy/psysh/src/Configuration.php	Thu Apr 26 11:26:54 2018 +0100
+++ b/vendor/psy/psysh/src/Configuration.php	Tue Jul 10 15:07:59 2018 +0100
@@ -880,7 +880,7 @@
     {
         if (!isset($this->pager) && $this->usePcntl()) {
             if ($pager = ini_get('cli.pager')) {
-                // use the default pager (5.4+)
+                // use the default pager
                 $this->pager = $pager;
             } elseif ($less = exec('which less 2>/dev/null')) {
                 // check for the presence of less...