@@ -38,7 +38,7 @@ |
||
38 | 38 | $scope = new TemporaryScope(); |
39 | 39 | $suite->getScope()->peridotAddChildScope($scope); |
40 | 40 | |
41 | - $suite->addTearDownFunction(function () use(&$scope) { |
|
41 | + $suite->addTearDownFunction(function() use(&$scope) { |
|
42 | 42 | $scope->cleanUpTemporary(); |
43 | 43 | }); |
44 | 44 | } |