Completed
Push — master ( f01664...9a0534 )
by Delete
03:09
created
src/Source/Ini/DataSetsFromContentTrait.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@  discard block
 block discarded – undo
1 1
 <?php
2
-declare(strict_types=1);
2
+declare(strict_types = 1);
3 3
 
4 4
 namespace Crossjoin\Browscap\Source\Ini;
5 5
 
@@ -36,7 +36,7 @@  discard block
 block discarded – undo
36 36
     {
37 37
         $unprocessedBytes = '';
38 38
         foreach ($this->getContent() as $bytes) {
39
-            $combinedBytes = $unprocessedBytes . $bytes;
39
+            $combinedBytes = $unprocessedBytes.$bytes;
40 40
             $patternStart = strpos($combinedBytes, '[');
41 41
 
42 42
             $dataProcessed = false;
Please login to merge, or discard this patch.