Passed
Pull Request — master (#142)
by
unknown
02:21
created
src/VCard.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -755,7 +755,7 @@  discard block
 block discarded – undo
755 755
         $contentLength = mb_strlen($this->getOutput(), '8bit');
756 756
         $connection = 'close';
757 757
 
758
-        if ((bool)$asAssociative) {
758
+        if ((bool) $asAssociative) {
759 759
             return [
760 760
                 'Content-type' => $contentType,
761 761
                 'Content-Disposition' => $contentDisposition,
@@ -964,7 +964,7 @@  discard block
 block discarded – undo
964 964
 
965 965
         $matches = [];
966 966
         preg_match('/os (\d+)_(\d+)\s+/', $browser, $matches);
967
-        $version = isset($matches[1]) ? ((int)$matches[1]) : 999;
967
+        $version = isset($matches[1]) ? ((int) $matches[1]) : 999;
968 968
 
969 969
         return ($version < 8);
970 970
     }
Please login to merge, or discard this patch.