Skip to content

Commit d4f1423

Browse files
dabrtgithub-actions[bot]
authored andcommitted
PHP & JS CS Fixes
1 parent 24faff1 commit d4f1423

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

code_samples/back_office/images/src/Connector/Dam/Transformation/WikimediaCommonsTransformationFactory.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ class WikimediaCommonsTransformationFactory implements TransformationFactoryInte
1010
public function build(?string $transformationName = null, array $transformationParameters = []): ?Transformation
1111
{
1212
$transformations = $this->buildAll();
13+
1314
return $transformations[$transformationName] ?? null;
1415
}
1516

0 commit comments

Comments
 (0)