Skip to content

[Documentation Symfony Book] Chapter Forms->Using a Form without a Class #2132

Closed
@maxxer90

Description

@maxxer90

There is a small bug at the code example:

// make sure you've imported the Request namespace above the class
use Symfony\Component\HttpFoundation\Request
// ...

the ";" is missing. Fixed:

// make sure you've imported the Request namespace above the class
use Symfony\Component\HttpFoundation\Request;
// ...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions