Mark PackageValidationArchive::$archive as `readonly`
authorTim Düsterhus <duesterhus@woltlab.com>
Wed, 16 Nov 2022 11:10:05 +0000 (12:10 +0100)
committerTim Düsterhus <duesterhus@woltlab.com>
Wed, 16 Nov 2022 11:10:05 +0000 (12:10 +0100)
wcfsetup/install/files/lib/system/package/validation/PackageValidationArchive.class.php

index 4ec4fc5ba62445ca58c7d2924d53f18266b723ff..0971895eb4a44cb346d06926a6edb4df5784c903 100644 (file)
@@ -28,7 +28,7 @@ final class PackageValidationArchive implements \RecursiveIterator
     /**
      * package archive object
      */
-    private PackageArchive $archive;
+    private readonly PackageArchive $archive;
 
     /**
      * list of direct requirements delivered by this package