| @@ -157,7 +157,7 @@ | ||
| 157 | 157 | $isExtensionSupported = in_array($source->getExtension(), $filter->getSupportedExtensions()); | 
| 158 | 158 |              $supportAllExtensions = in_array('*', $filter->getSupportedExtensions()); | 
| 159 | 159 | |
| 160 | -            if ($isExtensionSupported  || $supportAllExtensions) { | |
| 160 | +            if ($isExtensionSupported || $supportAllExtensions) { | |
| 161 | 161 | $filteredSources[] = $this | 
| 162 | 162 | ->locator | 
| 163 | 163 | ->getNormalizer() |