8000 Remove unused private method in Dotenv · symfony/dotenv@3702b9f · GitHub
[go: up one dir, main page]

Skip to content

Commit 3702b9f

Browse files
committed
Remove unused private method in Dotenv
1 parent 5f11dda commit 3702b9f

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Dotenv.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -233,11 +233,6 @@ private function lexValue()
233233
return $value;
234234
}
235235

236-
private function skipWhitespace()
237-
{
238-
$this->cursor += strspn($this->data, " \t", $this->cursor);
239-
}
240-
241236
private function skipEmptyLines()
242237
{
243238
if (preg_match('/(?:\s*+(?:#[^\n]*+)?+)++/A', $this->data, $match, null, $this->cursor)) {

0 commit comments

Comments
 (0)
0