Skip to content

Commit

Permalink
NullSender ckass
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexeyKupershtokh committed Sep 14, 2015
1 parent 87e17b4 commit e967da5
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions Http/NullSender.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<?php

namespace Alawar\NginxPushStreamBundle\Http;

class NullSender implements SenderInterface
{
/**
* @param string $url
* @param string $body
* @param string[] $headers
* @return bool
*/
public function send($url, $body, $headers)
{
}
}

0 comments on commit e967da5

Please sign in to comment.