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 MDObjectPositionsSet extends MDValueSet {
const POSITIONS = [
public const POSITIONS = [
'left', 'top_left', 'top', 'top_right', 'right', 'bottom_right', 'bottom', 'bottom_left', 'center', 'rear_side', 'edge', 'inside', 'other',
];