@@ -36,9 +36,9 @@ |
||
| 36 | 36 | const METHOD_STREAM = 'stream'; |
| 37 | 37 | const METHOD_MAIL = 'email'; |
| 38 | 38 | |
| 39 | - const PRIORITY_VERYLOW = 10; |
|
| 40 | - const PRIORITY_LOW = 20; |
|
| 41 | - const PRIORITY_MEDIUM = 30; |
|
| 42 | - const PRIORITY_HIGH = 40; |
|
| 43 | - const PRIORITY_VERYHIGH = 50; |
|
| 39 | + const PRIORITY_VERYLOW = 10; |
|
| 40 | + const PRIORITY_LOW = 20; |
|
| 41 | + const PRIORITY_MEDIUM = 30; |
|
| 42 | + const PRIORITY_HIGH = 40; |
|
| 43 | + const PRIORITY_VERYHIGH = 50; |
|
| 44 | 44 | } |
@@ -88,7 +88,7 @@ |
||
| 88 | 88 | } |
| 89 | 89 | |
| 90 | 90 | $this->consumers = []; |
| 91 | - foreach($this->consumersClosures as $consumer) { |
|
| 91 | + foreach ($this->consumersClosures as $consumer) { |
|
| 92 | 92 | $c = $consumer(); |
| 93 | 93 | if ($c instanceof IConsumer) { |
| 94 | 94 | $this->consumers[] = $c; |