Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 2 src/Amqp/SendAndReceiveTimestampAsIntegerSpec.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ abstract class SendAndReceiveTimestampAsIntegerSpec extends TestCase
*/
private $context;

protected function tearDown()
protected function tearDown(): void
{
if ($this->context) {
$this->context->close();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ abstract class SubscriptionConsumerAddConsumerTagOnSubscribeSpec extends TestCas
*/
private $context;

protected function tearDown()
protected function tearDown(): void
{
if ($this->context) {
$this->context->close();
Expand Down
2 changes: 1 addition & 1 deletion 2 src/Amqp/SubscriptionConsumerPreFetchCountSpec.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ abstract class SubscriptionConsumerPreFetchCountSpec extends TestCase
*/
private $context;

protected function tearDown()
protected function tearDown(): void
{
if ($this->context) {
$this->context->close();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ abstract class SubscriptionConsumerRemoveConsumerTagOnUnsubscribeSpec extends Te
*/
private $context;

protected function tearDown()
protected function tearDown(): void
{
if ($this->context) {
$this->context->close();
Expand Down
2 changes: 1 addition & 1 deletion 2 src/RequeueMessageSpec.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ abstract class RequeueMessageSpec extends TestCase
*/
private $context;

protected function tearDown()
protected function tearDown(): void
{
if ($this->context) {
$this->context->close();
Expand Down
2 changes: 1 addition & 1 deletion 2 src/SendAndReceiveDelayedMessageFromQueueSpec.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ abstract class SendAndReceiveDelayedMessageFromQueueSpec extends TestCase
*/
private $context;

protected function tearDown()
protected function tearDown(): void
{
if ($this->context) {
$this->context->close();
Expand Down
2 changes: 1 addition & 1 deletion 2 src/SendAndReceivePriorityMessagesFromQueueSpec.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ abstract class SendAndReceivePriorityMessagesFromQueueSpec extends TestCase
*/
private $context;

protected function tearDown()
protected function tearDown(): void
{
if ($this->context) {
$this->context->close();
Expand Down
2 changes: 1 addition & 1 deletion 2 src/SendAndReceiveTimeToLiveMessagesFromQueueSpec.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ abstract class SendAndReceiveTimeToLiveMessagesFromQueueSpec extends TestCase
*/
private $context;

protected function tearDown()
protected function tearDown(): void
{
if ($this->context) {
$this->context->close();
Expand Down
2 changes: 1 addition & 1 deletion 2 src/SendToAndReceiveFromQueueSpec.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ abstract class SendToAndReceiveFromQueueSpec extends TestCase
*/
private $context;

protected function tearDown()
protected function tearDown(): void
{
if ($this->context) {
$this->context->close();
Expand Down
2 changes: 1 addition & 1 deletion 2 src/SendToAndReceiveFromTopicSpec.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ abstract class SendToAndReceiveFromTopicSpec extends TestCase
*/
private $context;

protected function tearDown()
protected function tearDown(): void
{
if ($this->context) {
$this->context->close();
Expand Down
2 changes: 1 addition & 1 deletion 2 src/SendToAndReceiveNoWaitFromQueueSpec.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ abstract class SendToAndReceiveNoWaitFromQueueSpec extends TestCase
*/
private $context;

protected function tearDown()
protected function tearDown(): void
{
if ($this->context) {
$this->context->close();
Expand Down
2 changes: 1 addition & 1 deletion 2 src/SendToAndReceiveNoWaitFromTopicSpec.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ abstract class SendToAndReceiveNoWaitFromTopicSpec extends TestCase
*/
private $context;

protected function tearDown()
protected function tearDown(): void
{
if ($this->context) {
$this->context->close();
Expand Down
2 changes: 1 addition & 1 deletion 2 src/SendToTopicAndReceiveFromQueueSpec.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ abstract class SendToTopicAndReceiveFromQueueSpec extends TestCase
*/
private $context;

protected function tearDown()
protected function tearDown(): void
{
if ($this->context) {
$this->context->close();
Expand Down
2 changes: 1 addition & 1 deletion 2 src/SendToTopicAndReceiveNoWaitFromQueueSpec.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ abstract class SendToTopicAndReceiveNoWaitFromQueueSpec extends TestCase
*/
private $context;

protected function tearDown()
protected function tearDown(): void
{
if ($this->context) {
$this->context->close();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ abstract class SubscriptionConsumerConsumeFromAllSubscribedQueuesSpec extends Te
*/
private $context;

protected function tearDown()
protected function tearDown(): void
{
if ($this->context) {
$this->context->close();
Expand Down
2 changes: 1 addition & 1 deletion 2 src/SubscriptionConsumerConsumeUntilUnsubscribedSpec.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ abstract class SubscriptionConsumerConsumeUntilUnsubscribedSpec extends TestCase
*/
protected $subscriptionConsumer;

protected function tearDown()
protected function tearDown(): void
{
if ($this->context) {
$this->context->close();
Expand Down
2 changes: 1 addition & 1 deletion 2 src/SubscriptionConsumerStopOnFalseSpec.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ abstract class SubscriptionConsumerStopOnFalseSpec extends TestCase
*/
private $context;

protected function tearDown()
protected function tearDown(): void
{
if ($this->context) {
$this->context->close();
Expand Down
Morty Proxy This is a proxified and sanitized view of the page, visit original site.