Passed
Push — main ( 78e7ac...e705ca )
by Siad
23:32
created
src/Phing/Phing.php 1 patch
Spacing   +1 added lines, -5 removed lines patch added patch discarded remove patch
@@ -1690,8 +1690,4 @@
 block discarded – undo
1690 1690
     public static function shutdown(): void
1691 1691
     {
1692 1692
         FileSystem::getFileSystem()::deleteFilesOnExit();
1693
-        self::$msgOutputLevel = Project::MSG_INFO;
1694
-        self::restoreIni();
1695
-        self::getTimer()->stop();
1696
-    }
1697
-}
1693
+        self::$msgOutputLevel
1698 1694
\ No newline at end of file
Please login to merge, or discard this patch.