-
When Auryn is asked to make a class that does not have a constructor, but that extends a class that does, in some scenarios the wrong class name is given in the error messages.
```
class Parent {
…
-
Twig version v1.38.0 removed constructor parameters from `Twig_Loader_Filesystem` and `Twig_LoaderInterface` classes, both of these classes used to accept parameters `$path` and `$options`. This is ho…
-
I want to get a front controller up at some point and have everything in our bootstrap implemented in OO design.
```php
-
In a few locations, where `is_callable()` or the `callable` type hint is used, the value is assumed to be a closure and fails when the callable uses, e.g., `['class', 'method']` notation. Here are, I …
-
In a perfect world, the code below would throw an exception.
```
class Request {}
class Bar {
function __construct(Request $request) {
$this->request = $request;
}
}
$injector = new…
-
From what I can see if a class or interface is aliased preparer for a class doesn't work. I would expect the following to have a bar value of `b`:
```
>>> class Foo { public $bar = 'a'; }
>>> cl…
-
Hello,
I think a feature to make every instance being shared by default would be nice to have, as this would help projects which make heavy usage of stateless classes get rid of all the `share()` met…
-
Hello!
I've added zend-expressive-session, zend-expressive-session-ext and zend-expressive-flash to my zend-expressive project (as documented in https://docs.zendframework.com/zend-expressive/v3/co…
-
Hello!
I'm trying to upgrade my expressive-2 application to expressive-3. In my expressive-2 application i'm using this to get all routes from the ConfigProvider Classes:
$app->injectRoutesF…
-
Hello there,
I am on, to use the SDK for a small test application.
In which unit is the response? m/s?
Kind regards
Auryn