Skip to content

Commit e1241f2

Browse files
erge branch '3.1'
* 3.1: Remove trailing space CS fixes Remove trailing space CS: apply rules [Yaml] Clean some messages + add test case [Console] simplified code [Form] Fix UrlType transforms valid protocols [SecurityBundle] Changed encoder configuration example to bcrypt
2 parents 3912a05 + a37b335 commit e1241f2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Parser/Reader.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,6 @@ public function moveForward($length)
118118
$this->position += $length;
119119
}
120120

121-
/**
122-
*/
123121
public function moveToEnd()
124122
{
125123
$this->position = $this->length;

0 commit comments

Comments
 (0)