Completed
Push — master ( 2f17a9...a0655a )
by Noritaka
05:49
created
Category
src/TemporaryPlugin.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -38,7 +38,7 @@
 block discarded – undo
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
     }
Please login to merge, or discard this patch.