diff 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
line wrap: on
line diff
--- a/vendor/psy/psysh/src/CodeCleaner/LegacyEmptyPass.php	Thu Apr 26 11:26:54 2018 +0100
+++ b/vendor/psy/psysh/src/CodeCleaner/LegacyEmptyPass.php	Tue Jul 10 15:07:59 2018 +0100
@@ -19,6 +19,8 @@
 /**
  * Validate that the user did not call the language construct `empty()` on a
  * statement in PHP < 5.5.
+ *
+ * @codeCoverageIgnore
  */
 class LegacyEmptyPass extends CodeCleanerPass
 {