Passed
Push — main ( c05734...58efd0 )
by Siad
08:27
created
src/Phing/Phing.php 1 patch
Switch Indentation   +1 added lines, -5 removed lines patch added patch discarded remove patch
@@ -1699,8 +1699,4 @@
 block discarded – undo
1699 1699
     public static function shutdown(): void
1700 1700
     {
1701 1701
         FileSystem::getFileSystem()::deleteFilesOnExit();
1702
-        self::$msgOutputLevel = Project::MSG_INFO;
1703
-        self::restoreIni();
1704
-        self::getTimer()->stop();
1705
-    }
1706
-}
1702
+        self::$msgOutputLevel
1707 1703
\ No newline at end of file
Please login to merge, or discard this patch.