Completed
Pull Request — master (#11)
by Václav
07:19
created
src/IPub/MobileDetect/Diagnostics/Panel.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -67,8 +67,7 @@
 block discarded – undo
67 67
 		$properties = ['view', 'platform', 'platformVersion', 'device', 'browser', 'browserVersion'];
68 68
 
69 69
 		$panel[] = '<table style="width:100%">';
70
-		foreach ($properties as $property)
71
-		{
70
+		foreach ($properties as $property) {
72 71
 			$panel[] = '<tr><th>' . ucfirst($property) . '</th><td>' . $h($this->mobileDetect->{$property}() ?: '') . '</td></tr>';
73 72
 		}
74 73
 		$panel[] = '</table>';
Please login to merge, or discard this patch.