Lynh

Results 10 issues of Lynh

The response view doesn't show up when sending request using raw body option

**Is your feature request related to a problem? Please describe.** The route paths and middleware can't be configured atm. **Describe the solution you'd like** Update config to support route path...

Version: 4.1.3 ### Bug Description `getType` does not return correct type ### Steps To Reproduce ```php $class = new ClassType('Hello'); $method = $class->addMethod('greeting'); $param = $method->addParameter('name', null) ->setType('string') ->setNullable(); echo...

Hi there! It's not an issue but rather a question. I'm working on a CLI app that runs several tasks, and a few of them require user interaction (using Symfony...

question

### No duplicates 🥲. - [X] I have searched for a similar issue in our bug tracker and didn't find any solutions. ### Database PostgreSQL ### What happened? Original issue...

type:bug
status:to be verified

```php Pipeline::fromIterable(['a' => 1, 'b' => 2, 'c' => 3]) ->map(fn (int $n) => $n * 2) ->toArray(); ``` gives the following result ```php ^ array:3 [ 0 => 2...

question

enhancement