Skip to content

Commit 8ae5b7d

Browse files
author
Westin Shafer
committed
Fix code style issues
1 parent 2ddc90d commit 8ae5b7d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/AssetManagerTest/Service/AssetCacheManagerTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,8 +201,8 @@ public function testGetProviderWithMultipleDefinition()
201201

202202
'my_callback.tmp' => array(
203203
'cache' => function () {
204-
return new FilePathCache('somewhere', 'somefile');
205-
},
204+
return new FilePathCache('somewhere', 'somefile');
205+
},
206206
),
207207

208208
'my_provided_class.tmp' => array(

0 commit comments

Comments
 (0)