|
@@ -5,7 +5,7 @@ discard block |
|
|
block discarded – undo |
|
5
|
5
|
* For the full copyright and license information, please view the LICENSE |
|
6
|
6
|
* file that was distributed with this source code. |
|
7
|
7
|
*/ |
|
8
|
|
-declare(strict_types=1); |
|
|
8
|
+declare(strict_types = 1); |
|
9
|
9
|
|
|
10
|
10
|
namespace Karma\System\Gitter; |
|
11
|
11
|
|
|
@@ -99,7 +99,7 @@ discard block |
|
|
block discarded – undo |
|
99
|
99
|
|
|
100
|
100
|
$observer = $system->getClient()->rooms->messages($this->getId()); |
|
101
|
101
|
|
|
102
|
|
- $observer->subscribe(function (array $data) use ($then) { |
|
|
102
|
+ $observer->subscribe(function(array $data) use ($then) { |
|
103
|
103
|
$then(new GitterMessage($this, $data)); |
|
104
|
104
|
}); |
|
105
|
105
|
} |
Please login to merge, or discard this patch.