|
1 | 1 | <?php // @codingStandardsIgnoreFile |
| 2 | + |
2 | 3 | /** |
3 | 4 | * This script tries to find the temp folder and unzip all setup files into. |
4 | 5 | * |
@@ -532,7 +533,6 @@ function printException($e) |
532 | 533 | throw new ErrorException($message, 0, $severity, $file, $line); |
533 | 534 | }, E_ALL); |
534 | 535 |
|
535 | | -/** @noinspection PhpMultipleClassesDeclarationsInOneFile */ |
536 | 536 | /** |
537 | 537 | * A SystemException is thrown when an unexpected error occurs. |
538 | 538 | * |
@@ -573,9 +573,7 @@ public function getDescription() |
573 | 573 | * Prints this exception. |
574 | 574 | * This method is called by WCF::handleException(). |
575 | 575 | */ |
576 | | - public function show() |
577 | | - { |
578 | | - } |
| 576 | + public function show() {} |
579 | 577 | } |
580 | 578 |
|
581 | 579 | /** |
@@ -633,7 +631,6 @@ function wcfDebug() |
633 | 631 | exit; |
634 | 632 | } |
635 | 633 |
|
636 | | -/** @noinspection PhpMultipleClassesDeclarationsInOneFile */ |
637 | 634 | /** |
638 | 635 | * BasicFileUtil contains file-related functions. |
639 | 636 | * |
@@ -760,7 +757,6 @@ public static function makePath($path): bool |
760 | 757 | } |
761 | 758 | } |
762 | 759 |
|
763 | | -/** @noinspection PhpMultipleClassesDeclarationsInOneFile */ |
764 | 760 | /** |
765 | 761 | * Opens tar or tar.gz archives. |
766 | 762 | * |
@@ -1124,7 +1120,6 @@ public function isZipped() |
1124 | 1120 | } |
1125 | 1121 | } |
1126 | 1122 |
|
1127 | | -/** @noinspection PhpMultipleClassesDeclarationsInOneFile */ |
1128 | 1123 | /** |
1129 | 1124 | * The File class handles all file operations. |
1130 | 1125 | * |
@@ -1185,15 +1180,13 @@ public function __call($function, $arguments) |
1185 | 1180 | } |
1186 | 1181 | } |
1187 | 1182 |
|
1188 | | -/** @noinspection PhpMultipleClassesDeclarationsInOneFile */ |
1189 | 1183 | /** |
1190 | 1184 | * The File class handles all file operations on a zipped file. |
1191 | 1185 | * |
1192 | 1186 | * @author Marcel Werk |
1193 | 1187 | */ |
1194 | 1188 | final class GZipFile extends File |
1195 | 1189 | { |
1196 | | - /** @noinspection PhpMissingParentConstructorInspection */ |
1197 | 1190 | /** |
1198 | 1191 | * Opens a gzip file. |
1199 | 1192 | * |
|
0 commit comments