-
-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bug #1423 Don't show an error when __toString() is missing (javieregu…
…iluz) This PR was squashed before being merged into the master branch (closes #1423). Discussion ---------- Don't show an error when __toString() is missing In theory this seemed useful and trivial to implement. In practice this is annoying and very unrealiable. Let's remove it. Commits ------- 304bf92 Don't show an error when __toString() is missing
- Loading branch information
Showing
5 changed files
with
0 additions
and
143 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
13 changes: 0 additions & 13 deletions
13
Tests/Configuration/fixtures/exceptions/association_without_tostring.yml
This file was deleted.
Oops, something went wrong.
22 changes: 0 additions & 22 deletions
22
Tests/Configuration/fixtures/exceptions/autocomplete_without_tostring.yml
This file was deleted.
Oops, something went wrong.
42 changes: 0 additions & 42 deletions
42
Tests/Fixtures/AppTestBundle/Entity/UnitTests/Exceptions/CategoryWithoutToString.php
This file was deleted.
Oops, something went wrong.