Skip to content

Commit 7c27b06

Browse files
committed
Mark Options class as readonly
1 parent 10d943a commit 7c27b06

1 file changed

Lines changed: 1 addition & 40 deletions

File tree

Classes/Configuration/Options.php

Lines changed: 1 addition & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -16,59 +16,20 @@
1616
* of a code snippet content element
1717
* @internal
1818
*/
19-
final class Options
19+
final readonly class Options
2020
{
21-
/**
22-
* @readonly
23-
*/
2421
public string $programmingLanguage;
25-
/**
26-
* @readonly
27-
*/
2822
public string $filename;
29-
/**
30-
* @readonly
31-
*/
3223
public bool $showLineNumbers;
33-
/**
34-
* @readonly
35-
*/
3624
public int $startWithLineNumber;
37-
/**
38-
* @readonly
39-
*/
4025
public string $highlightLines;
41-
/**
42-
* @readonly
43-
*/
4426
public bool $displayCommandLine;
45-
/**
46-
* @readonly
47-
*/
4827
public string $commandLineServerUser;
49-
/**
50-
* @readonly
51-
*/
5228
public string $commandLineServerHost;
53-
/**
54-
* @readonly
55-
*/
5629
public string $commandLineServerPrompt;
57-
/**
58-
* @readonly
59-
*/
6030
public string $commandLineOutputLines;
61-
/**
62-
* @readonly
63-
*/
6431
public string $commandLineOutputFilter;
65-
/**
66-
* @readonly
67-
*/
6832
public bool $inlineColour;
69-
/**
70-
* @readonly
71-
*/
7233
public bool $treeview;
7334

7435
/**

0 commit comments

Comments
 (0)