Commit bbb3e3e
committed
minor symfony#20739 [Notifier] Error: Undefined Variable $texter (cadot-eu)
This PR was merged into the 7.2 branch.
Discussion
----------
[Notifier] Error: Undefined Variable $texter
The variable $texter is not defined inside the method, so PHP will throw an "Undefined variable" error.
<!--
If your pull request fixes a BUG, use the oldest maintained branch that contains
the bug (see https://symfony.com/releases for the list of maintained branches).
If your pull request documents a NEW FEATURE, use the same Symfony branch where
the feature was introduced (and `7.x` for features of unreleased versions).
-->
Commits
-------
16a9235 Error: Undefined Variable $texter1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
759 | 759 | | |
760 | 760 | | |
761 | 761 | | |
762 | | - | |
| 762 | + | |
763 | 763 | | |
764 | 764 | | |
765 | 765 | | |
| |||
0 commit comments