From dcab6907c0e014697035cdd0a1c4d658083470c4 Mon Sep 17 00:00:00 2001 From: Daniel Lowrey Date: Tue, 21 Jul 2015 17:25:11 -0400 Subject: [PATCH] minor cleanup --- lib/Deferred.php | 6 ------ 1 file changed, 6 deletions(-) diff --git a/lib/Deferred.php b/lib/Deferred.php index 16c52bd..78b68bc 100644 --- a/lib/Deferred.php +++ b/lib/Deferred.php @@ -2,9 +2,6 @@ namespace Amp; -/** - * @codeCoverageIgnoreStart - */ try { if (@assert(false)) { // PHP7 production environment (zend.assertions=0, assert.exception=0) @@ -17,6 +14,3 @@ try { // PHP7 dev environment (zend.assertions=1, assert.exception=1) eval("namespace Amp; final class Deferred implements Promisor { use PrivatePromisor; }"); } -/** - * @codeCoverageIgnoreEnd - */ \ No newline at end of file