Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 3d26303

Browse filesBrowse files
Nem0frweaverryan
authored andcommitted
Fix form/validation directory path
1 parent 069bffb commit 3d26303
Copy full SHA for 3d26303

File tree

Expand file treeCollapse file tree

1 file changed

+2
-3
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-3
lines changed

‎components/form/introduction.rst

Copy file name to clipboardExpand all lines: components/form/introduction.rst
+2-3Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -318,9 +318,8 @@ Your integration with the Validation component will look something like this::
318318
use Symfony\Component\Validator\Validation;
319319

320320
$vendorDir = realpath(__DIR__.'/../vendor');
321-
$vendorFormDir = $vendorDir.'/symfony/form/Symfony/Component/Form';
322-
$vendorValidatorDir =
323-
$vendorDir.'/symfony/validator/Symfony/Component/Validator';
321+
$vendorFormDir = $vendorDir.'/symfony/form';
322+
$vendorValidatorDir = $vendorDir.'/symfony/validator';
324323

325324
// create the validator - details will vary
326325
$validator = Validation::createValidator();

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.