Skip to content

Commit 0af2e3d

Browse files
committed
minor fix
1 parent 70c0191 commit 0af2e3d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Token/Comment.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ public function toArray()
136136
return [
137137
'type' => $this->getTokenType(),
138138
'comment' => $this->text
139-
]
139+
];
140140
}
141141

142142
/**

src/Token/WhiteLine.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ public function toArray()
8282
return [
8383
'type' => $this->getTokenType(),
8484
'WhiteLine' => ''
85-
]
85+
];
8686
}
8787

8888
/**

0 commit comments

Comments
 (0)