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
I was smashing my had against the wall for a couple of hours now and I don't think we could solve this as it's probably the PHP's fault. However it would be still nice, if we could find a workaround.
I have two twig extensions in services section of a config file.
One named Country which has a use Symfony\Component\Intl\Intl; declaration at the top.
And another one named Intl.
When the container is getting build I'm constantly getting.
Fatal error: Cannot use Symfony\Component\Intl\Intl as Intl because the name is already in use in .../lib/mvrhov/Twig/Country.php on line 27 (The line 27 is the use statement)
The text was updated successfully, but these errors were encountered:
I was smashing my had against the wall for a couple of hours now and I don't think we could solve this as it's probably the PHP's fault. However it would be still nice, if we could find a workaround.
I have two twig extensions in services section of a config file.
One named Country which has a
use Symfony\Component\Intl\Intl;
declaration at the top.And another one named Intl.
When the container is getting build I'm constantly getting.
Fatal error: Cannot use Symfony\Component\Intl\Intl as Intl because the name is already in use in .../lib/mvrhov/Twig/Country.php on line 27 (The line 27 is the use statement)
The text was updated successfully, but these errors were encountered: