Skip to content

Commit 59811a2

Browse files
author
John Kelly
committed
Small formatting change
1 parent e9ac00e commit 59811a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/Thumper/BaseAmqp.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@
3939

4040
abstract class BaseAmqp
4141
{
42-
43-
const NONPERSISTENT = 1;
42+
const NON_PERSISTENT = 1;
4443
const PERSISTENT = 2;
44+
4545
/**
4646
* @var AbstractConnection
4747
*/

0 commit comments

Comments
 (0)