Skip to content

Commit 8e39a95

Browse files
committed
update some for base input class
Signed-off-by: inhere <[email protected]>
1 parent 412b8da commit 8e39a95

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/IO/AbstractInput.php

+8
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,14 @@ public function getFlags(): array
241241
return $this->flags;
242242
}
243243

244+
/**
245+
* @return array
246+
*/
247+
public function getRawFlags(): array
248+
{
249+
return $this->tokens;
250+
}
251+
244252
/**
245253
* @return array
246254
*/

0 commit comments

Comments
 (0)