FredM

Results 3 issues of FredM

More an edge case than a real issue: if a body parameters has the exact same name as a query parameter, then the body parameter will override the value. For...

enhancement
help wanted

If a class declares a function with a nullable return type ```php public function find(int $id): ?Foo { return $this->repository->find($id); } ``` Then, when mocking this object without specifying behaviour...

Enhancement

Similar issue: https://github.com/devspace-sh/devspace/issues/2217 **What happened?** Getting "fatal exit status 1" error when trying to initialize a project that uses an Helm chart located elsewhere: ```bash $ devspace init --debug %########%...

kind/bug
devspace