Przemysław Czerkas

Results 19 comments of Przemysław Czerkas

@lkrms I've come up with a sound example: having such function signature: ``` private function registerSql($sql, $bind = array(), $fetchMode = null, $resultType = null, $result = null) { [...]...

I like these: @noformat / @noformat-start / @noformat-end @prettyphp-ignore / @prettyphp-ignore-start / @prettyphp-ignore-end all-lowercase is easier to remember ;) maybe (for the sake of easier implementation?) *-start / *-end pair...

Thank you @lkrms - I'll try to add missing tests to cover those uncovered lines.

Well, basically I need pretty-php's "symfony" preset but with imports sorted by name and not by depth. I have other VSCode extension, which does imports sorting by name - so...

@lkrms meantime I'll work on 'magento' preset (symfony based), so maybe this PR will not be needed.

My use-case is Magento 2 with it's `setup:di:compile` command, where it is generating files inside `generated` folder (proxies, interceptors etc). I'm not sure if intelephsense is overhelmly scanning these files...

PassThrough was added at least one year later after chunking ... https://github.com/facile-it/paraunit/commit/f4eb32f978ebc6bf049c42298f369570843f7a5d Since it was added only in normal flow, maybe it was concluded that this option is not possible,...