Skip to content
This repository was archived by the owner on Nov 9, 2017. It is now read-only.

Commit 55273d2

Browse files
committed
Fixed CS
1 parent 5562453 commit 55273d2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

DependencyInjection/Configuration.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public function getConfigTreeBuilder()
4444
->performNoDeepMerging()
4545
->beforeNormalization()
4646
->ifString()
47-
->then(function($v) { return array('algorithm' => $v); })
47+
->then(function ($v) { return array('algorithm' => $v); })
4848
->end()
4949
->children()
5050
->scalarNode('algorithm')->cannotBeEmpty()->end()

DependencyInjection/FOSAdvancedEncoderExtension.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ private function createEncoder($config)
7777
'arguments' => $arguments,
7878
);
7979
}
80-
80+
8181
// message digest encoder
8282
$arguments = array(
8383
$config['algorithm'],

0 commit comments

Comments
 (0)