Skip to content

Commit 1164163

Browse files
committed
Fixing QueryBus: when only QueryBusMiddleware is provided EmptyResponse was being returned
1 parent 12d5a56 commit 1164163

35 files changed

Lines changed: 28 additions & 45 deletions

src/CommandBus/Contracts/Command.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
* For the full copyright and license information, please view the LICENSE
88
* file that was distributed with this source code.
99
*/
10-
1110
namespace NilPortugues\MessageBus\CommandBus\Contracts;
1211

1312
/**

src/CommandBus/Contracts/CommandBusMiddleware.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
* For the full copyright and license information, please view the LICENSE
88
* file that was distributed with this source code.
99
*/
10-
1110
namespace NilPortugues\MessageBus\CommandBus\Contracts;
1211

1312
/**

src/CommandBus/Contracts/CommandHandler.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
* For the full copyright and license information, please view the LICENSE
88
* file that was distributed with this source code.
99
*/
10-
1110
namespace NilPortugues\MessageBus\CommandBus\Contracts;
1211

1312
/**

src/CommandBus/Resolver/InteropContainerResolver.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
* For the full copyright and license information, please view the LICENSE
88
* file that was distributed with this source code.
99
*/
10-
1110
namespace NilPortugues\MessageBus\CommandBus\Resolver;
1211

1312
use Interop\Container\ContainerInterface;

src/EventBus/Contracts/Event.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
* For the full copyright and license information, please view the LICENSE
88
* file that was distributed with this source code.
99
*/
10-
1110
namespace NilPortugues\MessageBus\EventBus\Contracts;
1211

1312
/**

src/EventBus/Contracts/EventBusMiddleware.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
* For the full copyright and license information, please view the LICENSE
88
* file that was distributed with this source code.
99
*/
10-
1110
namespace NilPortugues\MessageBus\EventBus\Contracts;
1211

1312
/**

src/EventBus/Contracts/EventHandler.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
* For the full copyright and license information, please view the LICENSE
88
* file that was distributed with this source code.
99
*/
10-
1110
namespace NilPortugues\MessageBus\EventBus\Contracts;
1211

1312
/**

src/EventBus/Resolver/InteropContainerResolver.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
* For the full copyright and license information, please view the LICENSE
88
* file that was distributed with this source code.
99
*/
10-
1110
namespace NilPortugues\MessageBus\EventBus\Resolver;
1211

1312
use Interop\Container\ContainerInterface;

src/QueryBus/Contracts/Query.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
* For the full copyright and license information, please view the LICENSE
88
* file that was distributed with this source code.
99
*/
10-
1110
namespace NilPortugues\MessageBus\QueryBus\Contracts;
1211

1312
/**

src/QueryBus/Contracts/QueryBusMiddleware.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
* For the full copyright and license information, please view the LICENSE
88
* file that was distributed with this source code.
99
*/
10-
1110
namespace NilPortugues\MessageBus\QueryBus\Contracts;
1211

1312
/**

0 commit comments

Comments
 (0)