Norbert Orzechowicz

Results 68 issues of Norbert Orzechowicz

### What needs to be done? Last step to complete new HTMLEntry should be adding some usage example. You can either use http adapter to grab some real html or...

### What needs to be done? Ideally we should cover all functions from [DOMParentNode](https://www.php.net/manual/en/class.dom-parentnode.php) But we can start from: - `ScalarFunctionChain::querySelectorAll()` - returns all - `ScalarFunctionChain::querySelector()` - returns first I...

### Describe the Proposal Currently Flow depends on following tools: - Rector (that depends also on phpstan) - PHPStan - PHP CS Fixer Even that all of them helped us...

### What needs to be done? Before we can fully drop phpstan we should keep them both running for a while. Mago is still in Beta and bugs are expected...

Resolves: #1892 Change Log Added Mago code formatter to static analysis tasks Mago linter to static analysis tasks Fixed Changed Removed PHP CS Fixer Deprecated Security The only reason why...

size: XL

### Describe the Proposal #1679 exposed an issue where we don't have a good way to execute a code when something provided by adapter was used. In #1679 case, we...

I'm adding comment to create task from it to remove those deprecated classes before 1.0 _Originally posted by @norberttech in https://github.com/flow-php/flow/pull/1615#discussion_r2072574574_

### 🚀 Describe the Feature When using refactoring tools from IDE's, we often end up with FQCN class initializations. It would be awesome if Mago linter could fix it automatically....

Type: Enhancement