Got this error after using composer to upgrade fac to 8.x-1.2 (and dev):

Expected Doctrine\Common\Annotations\DocLexer::T_CLOSE_CURLY_BRACES,
got 'inputSelectors' at position 1284 in class
Drupal\fac\Entity\FacConfig

Comments

robotjox created an issue. See original summary.

  • Marty2081 committed f1e8493 on 8.x-1.x
    Fix syntax error issue because of single quote where double quote should...
Marty2081’s picture

Status: Active » Needs review

Strange, I don't understand why I did not get that error. There was a single quote where there should be a double quote in the FacConfig annotation where I added a config_export key. Committed to dev.

Can you verify that this fixes the issue. If so, I'll create a 8.x-1.3.

robotjox’s picture

Yes, I can confirm dev installs without problems :-)
Thanks for reacting so quick!

Marty2081’s picture

Status: Needs review » Fixed

Great. Thanks for testing.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.