Ivan Antonov

Results 3 issues of Ivan Antonov

### Feature Request I propose to implement a file system chain class based on the FilesystemWriter interface. To write and edit files in multiple file systems at once. #### Scenario...

enhancement
low prio

## Description Removing elements from a collection is done using the standard PHP function `unset()`. Therefore, the array indexes are lost. This leads to incorrect operation in some cases. One...

bug