onet4

Results 12 issues of onet4

Hello, I have a request. I'd like to make the following code. ```php public function test() { } ``` to ```php public function test() {} ``` ,similar to `ConstructorEmptyBracesFixer`, as...

Hi, nice plugin. Is there an option to prevent the click event from being caught by container elements? For example, if the toggle button is placed in an element that...

Hi there, Is it possible to retrieve a node address (path) in visitor class callback methods? I'd like to re-access nodes with cached data. I'm looking for something like `$node->address`...

Nice plugin. When I create a menu with radio inputs, clicking on the radio label text does not check the radio button for the first time. Multiple clicks seem to...

Feature

Hi, nice plugin. I've tried [the demo](https://arendjr.github.io/selectivity/) and noticed a couple of missing features that I think it would be great to see. - Allow the up and down arrow...

Hello, I'm looking for a way to store formatted code as a string in a variable within PHP scripts, not from a console program. Is it possible with this library?...

Hello, thanks for the great tool. > The basic concept is, that any reflection is possible to process the particular part of the token array describing the reflected element. I...

It seems calling `getMethods()` on a parsed child class causes `Fatal error: Uncaught exception 'InvalidArgumentException' with message 'xxx was not found by locator'`. For example, **Sample.php** ```php

enhancement

Hi, I get the following error when running `composer install` on a FreeBSD server. ``` [RuntimeException] The Installer could not select a PhantomJS package for this OS. Please install PhantomJS...

It seems embedded CSS inserted in the `head` tag gets overridden by the script's default style. ``` .cp-color-picker { border: 1px solid #999; padding: 8px; box-shadow: 5px 5px 16px rgba(0,0,0,0.4);...