ecphp / cas-bundle

CAS Bundle, a standard Symfony bundle for authentication using CAS protocol.
https://ecphp-cas-bundle.readthedocs.io
BSD 3-Clause "New" or "Revised" License
43 stars 9 forks source link

Fix in CasAuthenticator 2.4.5, syntax error, unexpected ')', expecting variable (T_VARIABLE) #94

Closed jjbier closed 11 months ago

jjbier commented 11 months ago

In https://github.com/ecphp/cas-bundle/blob/2.4.5/src/Security/CasAuthenticator.php#L49

The constructor has a comma in the last parameter

drupol commented 11 months ago

Hi !

I invite you to update your PHP version, see https://php.watch/versions/8.0/trailing-comma-parameter-use-list

Have a good day.