comparison vendor/psy/psysh/src/CodeCleaner/LegacyEmptyPass.php @ 16:c2387f117808

Routine composer update
author Chris Cannam
date Tue, 10 Jul 2018 15:07:59 +0100
parents 5fb285c0d0e3
children 129ea1e6d783
comparison
equal deleted inserted replaced
15:e200cb7efeb3 16:c2387f117808
17 use Psy\Exception\ParseErrorException; 17 use Psy\Exception\ParseErrorException;
18 18
19 /** 19 /**
20 * Validate that the user did not call the language construct `empty()` on a 20 * Validate that the user did not call the language construct `empty()` on a
21 * statement in PHP < 5.5. 21 * statement in PHP < 5.5.
22 *
23 * @codeCoverageIgnore
22 */ 24 */
23 class LegacyEmptyPass extends CodeCleanerPass 25 class LegacyEmptyPass extends CodeCleanerPass
24 { 26 {
25 private $atLeastPhp55; 27 private $atLeastPhp55;
26 28