Skip to content

Commit

Permalink
[minor][pull-request] Restore previous .gitignore version and remove
Browse files Browse the repository at this point in the history
typo extra space.
  • Loading branch information
geoffroy-aubry committed Oct 4, 2013
1 parent e0c423d commit dd6024e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .gitignore
@@ -1,3 +1 @@
vendor/
/.buildpath
/.project
2 changes: 1 addition & 1 deletion PhpAmqpLib/Channel/AMQPChannel.php
Expand Up @@ -766,7 +766,7 @@ protected function basic_get_ok($args, $msg)
return $msg;
}

private function pre_publish ($exchange, $routing_key, $mandatory, $immediate, $ticket)
private function pre_publish($exchange, $routing_key, $mandatory, $immediate, $ticket)
{
$cache_key = "$exchange|$routing_key|$mandatory|$immediate|$ticket";
if (! isset($this->publish_cache[$cache_key])) {
Expand Down

0 comments on commit dd6024e

Please sign in to comment.