Commit 2720bb2
committed
minor #12485 Fix EvolvableLink attribute (bpolaszek)
This PR was merged into the 3.4 branch.
Discussion
----------
Fix EvolvableLink attribute
<!--
If your pull request fixes a BUG, use the oldest maintained branch that contains
the bug (see https://symfony.com/roadmap 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 `master` for features of unreleased versions).
-->
`Fig\Link\Link` constructor only accepts 2 parameters, `withAttribute` must be used instead of `['as' : 'style']`. (which contains a typo btw 😃 )
Commits
-------
0839ba6 Fix EvolvableLink attribute1 file changed
+6
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
166 | 166 | | |
167 | 167 | | |
168 | 168 | | |
169 | | - | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
170 | 175 | | |
171 | 176 | | |
172 | 177 | | |
| |||
0 commit comments