@@ -755,7 +755,7 @@ discard block |
||
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 |
||
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 | } |