You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PHP Catchable fatal error: Object of class Respect\Config\Instantiator could not be converted to string in /Users/aspinelli/Projects/tonicospinelli/developing-for-business/vendor/respect/config/library/Respect/Config/Container.php on line 310
So, works when I use property name instead of constructor call!
The text was updated successfully, but these errors were encountered:
tonicospinelli
changed the title
Instantiator not able to resolve __constructor with alone
Instantiator not able to resolve __constructor with alone argument
Jul 19, 2016
Although there is a bug in the parser here, it will come to a point where we still need to solve an issue with the DSL we are using over INI files: [] is used to detect variables, but they also denote a sequence (e.g: [a] is variablea or a sequence containing element a?).
I was thinking on moving the variable expansion to @name:
An excpetion was throwed when try to construct an object with only one parameter at constructor and it being a reference to another object.
So, works when I use property name instead of constructor call!
The text was updated successfully, but these errors were encountered: