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
When using global functions in NEON config like: not(%debugMode%) they get created by DI as Nette\DI\Statement but here ConsoleExtension is casting them to bool which silently fails and evaulates to true regardless of the statement value
Version: 0.5.0
The text was updated successfully, but these errors were encountered:
silen-z
changed the title
ConsoleExtension doesn't suport Nette\DI\Statement
ConsoleExtension doesn't support Nette\DI\StatementMar 28, 2022
When using global functions in NEON config like:
not(%debugMode%)
they get created by DI asNette\DI\Statement
but here ConsoleExtension is casting them to bool which silently fails and evaulates totrue
regardless of the statement valueVersion: 0.5.0
The text was updated successfully, but these errors were encountered: