Passed
Push — master ( 4d22d7...8d6792 )
by Ismayil
43:31 queued 22:29
created
src/hypeJunction/Parser.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -297,7 +297,7 @@
 block discarded – undo
297 297
 	public function isImage($url = '') {
298 298
 		$mime = $this->getContentType($url);
299 299
 		if ($mime) {
300
-			list($simple, ) = explode('/', $mime);
300
+			list($simple,) = explode('/', $mime);
301 301
 			return ($simple == 'image');
302 302
 		}
303 303
 
Please login to merge, or discard this patch.