Set explicit visibility on class constants

This commit is contained in:
2024-06-11 22:15:59 +02:00
parent 8c8ead0a02
commit 25e5e954b4
40 changed files with 88 additions and 88 deletions

View File

@ -11,7 +11,7 @@ declare(strict_types = 1);
*/
final class MDConservationStatusSet extends MDValueSet {
const STATUS_LEVELS = [
public const STATUS_LEVELS = [
1 => '',
34 => 'markedBad',
67 => 'markedMedium',