We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have this error with PHP Version 7.3.2. Works good with 7.4.4.
`Fatal error Uncaught exception: 'ParseError'
Message: 'syntax error, unexpected 'array' (T_ARRAY), expecting function (T_FUNCTION) or const (T_CONST)'
Stack trace:
#0 C:\wamp\www\flexim-hotesse-virtuelle\vendor\composer\ClassLoader.php(322): Composer\Autoload\includeFile('C:\wamp\www\fle...') #1 [internal function]: Composer\Autoload\ClassLoader->loadClass('Core\Router') #2 C:\wamp\www\flexim-hotesse-virtuelle\public\index.php(33): spl_autoload_call('Core\Router') #3 {main} Thrown in 'C:\wamp\www\flexim-hotesse-virtuelle\Core\Router.php' on line 20`
What is missing here?
The text was updated successfully, but these errors were encountered:
It looks like an error with Composer - Composer requires PHP 7.4, so it won't work with 7.3.2.
Sorry, something went wrong.
No branches or pull requests
I have this error with PHP Version 7.3.2. Works good with 7.4.4.
`Fatal error
Uncaught exception: 'ParseError'
Message: 'syntax error, unexpected 'array' (T_ARRAY), expecting function (T_FUNCTION) or const (T_CONST)'
Stack trace:
#0 C:\wamp\www\flexim-hotesse-virtuelle\vendor\composer\ClassLoader.php(322): Composer\Autoload\includeFile('C:\wamp\www\fle...')
#1 [internal function]: Composer\Autoload\ClassLoader->loadClass('Core\Router')
#2 C:\wamp\www\flexim-hotesse-virtuelle\public\index.php(33): spl_autoload_call('Core\Router')
#3 {main}
Thrown in 'C:\wamp\www\flexim-hotesse-virtuelle\Core\Router.php' on line 20`
What is missing here?
The text was updated successfully, but these errors were encountered: