From 83183fa477c720ad4922340d6d831dbb11846d28 Mon Sep 17 00:00:00 2001 From: Alexander Miertsch Date: Wed, 31 Aug 2016 00:47:57 +0200 Subject: [PATCH] Remove declare strict_type --- tests/Mock/AsyncEvent.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/Mock/AsyncEvent.php b/tests/Mock/AsyncEvent.php index 13922e1..4af77de 100644 --- a/tests/Mock/AsyncEvent.php +++ b/tests/Mock/AsyncEvent.php @@ -8,8 +8,6 @@ * * Date: 08/30/16 - 8:35 PM */ -declare(strict_types=1); - namespace ProophTest\ServiceBus\Mock; use Prooph\Common\Messaging\DomainEvent;