Passed
Push — master ( 7ace16...f4011c )
by Wilder
01:23
created
src/Tags.php 1 patch
Spacing   +18 added lines, -18 removed lines patch added patch discarded remove patch
@@ -44,32 +44,32 @@
 block discarded – undo
44 44
      * Sizes
45 45
      */
46 46
     protected const APPLE_TOUCH_ICON_PRECOMPOSED = [
47
-        '57x57',    // Standard iOS home screen (iPod Touch, iPhone first generation to 3G)
48
-        '114x114',  // iPhone retina touch icon (iOS6 or prior)
49
-        '72x72',    // iPad touch icon (non-retina - iOS6 or prior)
50
-        '144x144',  // iPad retina (iOS6 or prior)
51
-        '60x60',    // iPhone touch icon (non-retina - iOS7)
52
-        '120x120',  // iPhone retina touch icon (iOS7)
53
-        '76x76',    // iPad touch icon (non-retina - iOS7)
54
-        '152x152',  // iPad retina touch icon (iOS7)
47
+        '57x57', // Standard iOS home screen (iPod Touch, iPhone first generation to 3G)
48
+        '114x114', // iPhone retina touch icon (iOS6 or prior)
49
+        '72x72', // iPad touch icon (non-retina - iOS6 or prior)
50
+        '144x144', // iPad retina (iOS6 or prior)
51
+        '60x60', // iPhone touch icon (non-retina - iOS7)
52
+        '120x120', // iPhone retina touch icon (iOS7)
53
+        '76x76', // iPad touch icon (non-retina - iOS7)
54
+        '152x152', // iPad retina touch icon (iOS7)
55 55
     ];
56 56
 
57 57
     protected const ICON = [
58
-        '196x196',  // Android Chrome (M31+)
59
-        '96x96',    // GoogleTV icon
60
-        '32x32',    // New tab page in IE, taskbar button in Win 7+, Safari Reading List sidebar
61
-        '16x16',    // The interweb standard for (almost) every browser
62
-        '128x128',  // Chrome Web Store app icon & Android icon (lo-res)
58
+        '196x196', // Android Chrome (M31+)
59
+        '96x96', // GoogleTV icon
60
+        '32x32', // New tab page in IE, taskbar button in Win 7+, Safari Reading List sidebar
61
+        '16x16', // The interweb standard for (almost) every browser
62
+        '128x128', // Chrome Web Store app icon & Android icon (lo-res)
63 63
     ];
64 64
 
65 65
     /** @var string[] */
66 66
     protected $msApplication = [
67 67
         'TileColor' => '#FFFFFF',
68
-        'TileImage' => 'mstile-144x144.png',            // IE10 Metro tile for pinned site
69
-        'square70x70logo' => 'mstile-70x70.png',        // Win 8.1 Metro tile image (small)
70
-        'square150x150logo' => 'mstile-150x150.png',    // Win 8.1 Metro tile image (square)
71
-        'wide310x150logo' => 'mstile-310x150.png',      // Win 8.1 Metro tile image (wide)
72
-        'square310x310logo' => 'mstile-310x310.png',    // Win 8.1 Metro tile image (large)
68
+        'TileImage' => 'mstile-144x144.png', // IE10 Metro tile for pinned site
69
+        'square70x70logo' => 'mstile-70x70.png', // Win 8.1 Metro tile image (small)
70
+        'square150x150logo' => 'mstile-150x150.png', // Win 8.1 Metro tile image (square)
71
+        'wide310x150logo' => 'mstile-310x150.png', // Win 8.1 Metro tile image (wide)
72
+        'square310x310logo' => 'mstile-310x310.png', // Win 8.1 Metro tile image (large)
73 73
     ];
74 74
 
75 75
     /** @var array */
Please login to merge, or discard this patch.