Skip to content

Commit

Permalink
minor #29879 Removing isFormValid remnants (yceruto)
Browse files Browse the repository at this point in the history
This PR was merged into the 4.3-dev branch.

Discussion
----------

Removing isFormValid remnants

| Q             | A
| ------------- | ---
| Branch?       | master
| Bug fix?      | yes
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | not yet
| Fixed tickets | -
| License       | MIT
| Doc PR        | -

See https://travis-ci.org/symfony/symfony/jobs/479399078#L2792

Commits
-------

53d26e5 Removing isFormValid remnants
  • Loading branch information
fabpot committed Jan 14, 2019
2 parents 3b08213 + 53d26e5 commit 33dbf1a
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -569,6 +569,5 @@ trait TestControllerTrait
createFormBuilder as public;
getDoctrine as public;
addLink as public;
isFormValid as public;
}
}

0 comments on commit 33dbf1a

Please sign in to comment.