Skip to content

Commit

Permalink
update docs (#490)
Browse files Browse the repository at this point in the history
  • Loading branch information
solverat authored Nov 14, 2024
1 parent 5797086 commit a121626
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/cla-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
uses: contributor-assistant/github-action@v2.6.1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PERSONAL_ACCESS_TOKEN: ${{ secrets.CLA_ACTION_ACCESS_TOKEN }}
with:
path-to-signatures: 'signatures/version1/cla.json'
path-to-document: 'https://github.com/dachcom-digital/pimcore-formbuilder/blob/master/CLA.md'
Expand Down
3 changes: 2 additions & 1 deletion docs/0_Usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,11 @@ use Pimcore\Controller\FrontendController;
use FormBuilderBundle\Assembler\FormAssembler;
use FormBuilderBundle\Resolver\FormOptionsResolver;
use Symfony\Component\HttpFoundation\Request;
use Symfony\Component\HttpFoundation\Response;

class DefaultController extends FrontendController
{
public function formAction(Request $request)
public function formAction(Request $request): Response
{
$options = [
'form_id' => 3,
Expand Down

0 comments on commit a121626

Please sign in to comment.