Eugene

Results 8 issues of Eugene

### Apache NetBeans version Apache NetBeans 15 ### What happened When programming on PHP, thanks to Netbeans Options->editor->formatting you can be in control of Blank Lines. Except for one critical...

kind:bug
PHP
needs:triage

Hello, I encountered an issue with the following code: ```php Carbon::createFromFormat( format: 'Y-m-d H:i:s', time: $a, timezone: $b); ``` Carbon version: **2.66.0** PHP version: **8** I expected to get: ```...

enhancement

### Apache NetBeans version Apache NetBeans 21 ### What happened an indent expected when it is a function parameters ### Language / Project Type / NetBeans Component PHP project ###...

kind:bug
PHP
needs:triage

### Apache NetBeans version Apache NetBeans 21 ### What happened When you put a typing cursor in a special position the pop-up window with the code of the current function...

kind:bug
PHP
needs:triage

### Apache NetBeans version Apache NetBeans 21 ### What happened when pressing ` + i` the "?" being removed from the type-hint ### Language / Project Type / NetBeans Component...

kind:bug
PHP
needs:triage

@if formatting is not working actual formatting ``` @if ($params->allow_google_in_country) aaa @endIf ``` expected formatting ``` @if ($params->allow_google_in_country) aaa @endIf ```

enhancement
in progress

### Apache NetBeans version Apache NetBeans 21 ### What happened when I press delete or backspace it creates extra characters in the start of the line, see video. On video...

kind:bug
needs:triage

### Apache NetBeans version Apache NetBeans 21 ### What happened `/** @var Collection $collection */` This form of typehint is new way for countables in PHP I understand it may...

PHP
kind:feature
needs:triage