Completed
Push — master ( a0655a...0d61e7 )
by Noritaka
07:10
created
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.