Completed
Push — master ( 3fbfb5...43cfb4 )
by Kirill
116:33 queued 110:37
created
src/Route.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,4 +1,4 @@  discard block
 block discarded – undo
1
-<?php declare(strict_types=1);
1
+<?php declare(strict_types = 1);
2 2
 /**
3 3
  * This file is part of GitterApi package.
4 4
  *
@@ -210,7 +210,7 @@  discard block
 block discarded – undo
210 210
             $route = $updatedRoute;
211 211
         }
212 212
 
213
-        return $this->url . $route . '?' . http_build_query($query);
213
+        return $this->url.$route.'?'.http_build_query($query);
214 214
     }
215 215
 
216 216
     /**
Please login to merge, or discard this patch.
src/Resources/Rooms.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,4 +1,4 @@  discard block
 block discarded – undo
1
-<?php declare(strict_types=1);
1
+<?php declare(strict_types = 1);
2 2
 /**
3 3
  * This file is part of GitterApi package.
4 4
  *
@@ -271,7 +271,7 @@  discard block
 block discarded – undo
271 271
 
272 272
             yield from $response = $this->fetch($route);
273 273
 
274
-        } while(count($response) >= $limit && ($skip += $limit));
274
+        } while (count($response) >= $limit && ($skip += $limit));
275 275
     }
276 276
 
277 277
     /**
Please login to merge, or discard this patch.
src/Resources/Groups.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,4 +1,4 @@
 block discarded – undo
1
-<?php declare(strict_types=1);
1
+<?php declare(strict_types = 1);
2 2
 /**
3 3
  * This file is part of GitterApi package.
4 4
  *
Please login to merge, or discard this patch.
src/Support/JsonStream.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,4 +1,4 @@
 block discarded – undo
1
-<?php declare(strict_types=1);
1
+<?php declare(strict_types = 1);
2 2
 /**
3 3
  * This file is part of GitterApi package.
4 4
  *
Please login to merge, or discard this patch.
src/Support/Observer.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,4 +1,4 @@
 block discarded – undo
1
-<?php declare(strict_types=1);
1
+<?php declare(strict_types = 1);
2 2
 /**
3 3
  * This file is part of GitterApi package.
4 4
  *
Please login to merge, or discard this patch.
src/WebHook.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,4 +1,4 @@
 block discarded – undo
1
-<?php declare(strict_types=1);
1
+<?php declare(strict_types = 1);
2 2
 /**
3 3
  * This file is part of GitterApi package.
4 4
  *
Please login to merge, or discard this patch.
src/Adapters/StreamAdapterInterface.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,4 +1,4 @@
 block discarded – undo
1
-<?php declare(strict_types=1);
1
+<?php declare(strict_types = 1);
2 2
 /**
3 3
  * This file is part of GitterApi package.
4 4
  *
Please login to merge, or discard this patch.
src/Adapters/SyncAdapterInterface.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,4 +1,4 @@
 block discarded – undo
1
-<?php declare(strict_types=1);
1
+<?php declare(strict_types = 1);
2 2
 /**
3 3
  * This file is part of GitterApi package.
4 4
  *
Please login to merge, or discard this patch.
src/Adapters/AbstractClient.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,4 +1,4 @@
 block discarded – undo
1
-<?php declare(strict_types=1);
1
+<?php declare(strict_types = 1);
2 2
 /**
3 3
  * This file is part of GitterApi package.
4 4
  *
Please login to merge, or discard this patch.