Skip to content

Commit 4b16590

Browse files
Fix CS/WS issues
1 parent 073298c commit 4b16590

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

src/Framework/Attributes/WithEnvironmentVariable.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
* @var non-empty-string
2424
*/
2525
private string $environmentVariableName;
26-
2726
private null|string $value;
2827

2928
/**

src/Metadata/WithEnvironmentVariable.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
* @var non-empty-string
2121
*/
2222
private string $environmentVariableName;
23-
2423
private null|string $value;
2524

2625
/**

0 commit comments

Comments
 (0)