mirror of
https://github.com/danog/amp.git
synced 2024-11-27 04:24:42 +01:00
minor cleanup
This commit is contained in:
parent
d6b674b93b
commit
dcab6907c0
@ -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
|
||||
*/
|
Loading…
Reference in New Issue
Block a user