Passed
Push — master ( e846bd...300060 )
by Louis-Michel
01:37
created
src/Image/TypeJpeg.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -157,8 +157,8 @@
 block discarded – undo
157 157
 	 */
158 158
 	protected function checkForAppMarker($dataLength, &$index)
159 159
 	{
160
-		if (!$this->isApp1Marker($this->getHeaderPart($index, 1), $this->getHeaderPart($index+1, 1)) &&
161
-			!$this->isAppMarker($this->getHeaderPart($index, 1), $this->getHeaderPart($index+1, 1))
160
+		if (!$this->isApp1Marker($this->getHeaderPart($index, 1), $this->getHeaderPart($index + 1, 1)) &&
161
+			!$this->isAppMarker($this->getHeaderPart($index, 1), $this->getHeaderPart($index + 1, 1))
162 162
 		) {
163 163
 			return true;
164 164
 		}
Please login to merge, or discard this patch.