onet4

Results 11 comments of onet4

I'd like to see them being converted to: ```php function a(): void {} function b( int $x ) {} ```

Sadly, it does not work. The parent element uses the `click` event, you know.

Is there an actual working example code for this? Very simple one would be appreciated.

@joachim-n > I came up with an idea for a hack to fool PHP-CS-Fixer into thinking it's dealing with a file when it's not -- register a stream wrapper with...

Ok, I could successfully achieve this without modifying the core. ```php include( dirname( __DIR__ ) . '/vendor/autoload.php' ); include __DIR__ . '/VariableStream.php'; include __DIR__ . '/VirtualFileInfo.php'; include __DIR__ . '/VariableCodeProcessor.php';...

Great to hear the arrow key navigation is coming soon. The tab key is used for auto-completion in many code editors. It might not be so common to see in...

You know DOM nodes can be retrieved with XPath. I'm looking for a mechanism similar to it.

Will be great if it's possible.

Hello, Same problem here. With `composer require gossi/php-code-formatter`, I get ``` [InvalidArgumentException] Could not find a version of package gossi/php-code-formatter matching your minimum-stability (stable). Require it with an explicit version...