Completed
Push — master ( b62a6e...3ad606 )
by Paul
02:45
created
src/IconImage.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -111,7 +111,7 @@
 block discarded – undo
111 111
     public function setBitmapInfoHeader($bmpInfo)
112 112
     {
113 113
         //bit depth can be zero in the ICONDIRENTRY, we trust the bitmap header more...
114
-        $this->bitCount=$bmpInfo['BitCount'];
114
+        $this->bitCount = $bmpInfo['BitCount'];
115 115
 
116 116
         //we need this to calculate offsets when rendering
117 117
         $this->bmpHeaderWidth = $bmpInfo['Width'];
Please login to merge, or discard this patch.