Skip to content

Commit 723f8d5

Browse files
as6325400vmcj
andauthored
Update webapp/src/Form/Type/SubmitProblemPasteType.php
Co-authored-by: MCJ Vasseur <[email protected]>
1 parent dbe2363 commit 723f8d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webapp/src/Form/Type/SubmitProblemPasteType.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ public function buildForm(FormBuilderInterface $builder, array $options): void
7575
$form = $context->getRoot();
7676
/** @var Language $language */
7777
$language = $form->get('language')->getData();
78-
$langId = strtolower($language->getExtensions()[0]);
78+
$langId = strtolower($language->getExtensions()[0]);
7979
if ($language->getRequireEntryPoint() && empty($value)) {
8080
$message = sprintf('%s required, but not specified',
8181
$language->getEntryPointDescription() ?: 'Entry point');

0 commit comments

Comments
 (0)