Skip to content

Commit 4e73e28

Browse files
committed
-psr2
1 parent 112368d commit 4e73e28

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/AssetManagerTest/Service/AssetFilterManagerTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ public function testensureByInvalid()
9595
$assetFilterManager->setFilters('test/path.test', $asset);
9696
}
9797

98-
public function testFiltersAreInstantiatedOnce()
98+
public function testFiltersAreInstantiatedOnce()
9999
{
100100
$assetFilterManager = new AssetFilterManager(array(
101101
'test/path.test' => array(
@@ -111,7 +111,7 @@ public function testFiltersAreInstantiatedOnce()
111111
$asset
112112
->expects($this->any())
113113
->method('ensureFilter')
114-
->with($this->callback(function(FilterInterface $filter) use (&$filterInstance) {
114+
->with($this->callback(function (FilterInterface $filter) use (&$filterInstance) {
115115
if ($filterInstance === null) {
116116
$filterInstance = $filter;
117117
}

0 commit comments

Comments
 (0)