Problem/Motivation
PHP Fatal error: strict_types declaration must be the very first statement in the script in C:\inetpub\forms\web\modules\contrib\ldap\ldap_servers\ldap_servers.install on line 10
Steps to reproduce
Upgrading to 8.x-4.1 and run drush updb
Proposed resolution
Move declare(strict_types = 1); from line 10 to line 8 in ldap_servers.install
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 3242169-2.patch | 479 bytes | jungle |
Comments
Comment #2
jungleComment #3
jungleComment #5
grahlAh, that's unfortunate, phpcs wasn't smart enough there.
Thanks for the report, tagging a new release now.