Test Setup Failed
Push — master ( 1a635b...0fe4fc )
by Kirill
02:17
created
src/GitterChannel.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -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.