@@ -35,8 +35,8 @@ |
||
35 | 35 | |
36 | 36 | foreach ($listing as $item) { |
37 | 37 | |
38 | - if($item instanceof Asset\Image) { |
|
39 | - if(file_exists($item->getFileSystemPath())) { |
|
38 | + if ($item instanceof Asset\Image) { |
|
39 | + if (file_exists($item->getFileSystemPath())) { |
|
40 | 40 | |
41 | 41 | if (!in_array($item->getMimetype(), $this->mimeTypes)) { |
42 | 42 | return false; |