Commit f0a72e1
committed
This PR was merged into the 6.4 branch.
Discussion
----------
[DomCrawler] Replace `parents()` by `ancestors()`
DomCrawler `parents()` method, has been replaced by `ancestors()` in symfony 5.3 and removed in 6.0:
symfony/symfony#39684
Commits
-------
a496243 [DomCrawler] Replace parents() by ancestors()
1 file changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
40 | | - | |
| 39 | + | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| |||
0 commit comments