-
环境:hyperf 3.1 php 8.1
```sh
composer test
// 省略......
PHPUnit 10.5.38 by Sebastian Bergmann and contributors.
Runtime: PHP 8.1.29
Configuration: /workingDir/tmp/pro1/phpunit.xml.dist
…
-
This is a WIP refactoring plan I came up for Friendica. Comments are very welcome.
## The current situation
At the moment we have the following situation in the `index.php` (simplified):
```p…
-
See https://php-di.org/doc/container.html#make
-
### Prerequisites
- [X] I have searched for similar issues in open and closed tickets and cannot find a duplicate.
- [X] I have troubleshooted my issue, and it still exists against the latest stable …
-
**Description:**
I would like to enhance the **DI Container** in the Pancake project to support **auto-registration** for services that are not explicitly registered in the container. This auto-regis…
-
**Is your feature request related to a problem? Please describe.**
I'm trying to make a (const) getter with `return m_container.service()`, but I get an Error: `error: no matching function for call t…
-
There are plugins for other DI containers available. Currently I don't know if I'm supporting these very well.
I need to research how they work and determine what I need to do in order to support th…
-
## Feature Description
Currently, if we check our PHP codebase, we will see that we have a lot of tough coupled code and many controversial decisions there. This is our technical debt that was adde…
-
### Describe the bug
Sentry captured this error related to moving a dropdown field in the layout editor.
I am struggling to replicate the error again locally, the form it triggered on, has an addr…
-
### Background and motivation
I expected that [this merge](https://www.jimmybogard.com/constrained-open-generics-support-merged-in-net-core-di-container/) would support resolving not only collections…