Problem/Motivation
Visit theme settings. Get syntax error
ParseError: syntax error, unexpected token "\" in at_core_form_system_theme_settings_alter() (line 65 of themes/contrib/at_theme/at_core/forms/color/color_submit.php).
In that line the problem is \\Drupal\Core\StringTranslation\ByteSizeMarkup should be \Drupal\Core\StringTranslation\ByteSizeMarkup
Issue fork at_theme-3455535
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
john_b commentedComment #3
abhishek_gupta1 commentedComment #5
abhishek_gupta1 commented@John_B, fixed the issue and created MR. please review it once.
Comment #6
john_b commentedRead and tested. Thanks.
Comment #7
deathsheep commentedThe latest version is still giving the Parse Error for me, only now, instead of being the fault of the "\\Drupal", I'm seeing an "unexpected T_Double_Arrow" error at line 65.Never mind, updated the wrong bloody version of the file...it works now.