Updated from some -dev modules to alpha, beta or full releases
[yaffs-website] / vendor / psy / psysh / src / CodeCleaner / LegacyEmptyPass.php
index d1dba096c3b38114f65baeba3fc01a0431e3dd8d..a298c849448a11f244b5d9ff192b058f3d03d69a 100644 (file)
@@ -19,6 +19,8 @@ use Psy\Exception\ParseErrorException;
 /**
  * Validate that the user did not call the language construct `empty()` on a
  * statement in PHP < 5.5.
+ *
+ * @codeCoverageIgnore
  */
 class LegacyEmptyPass extends CodeCleanerPass
 {