Commit 54ff3f4
Fix EZP-29591: deprecated PHP4 style class constructor (#16)
* Fix: deprecated PHP4 style class constructor
Use of deprecated PHP4 style class constructor is not supported since PHP 7.
* Fix: deprecated PHP4 style class constructor
Use of deprecated PHP4 style class constructor is not supported since PHP 7
(cherry picked from commit 190c645)1 parent fd5d96d commit 54ff3f4
File tree
2 files changed
+2
-10
lines changed- packages/ezstarrating_extension/ezextension/ezstarrating
- autoloads
- classes
2 files changed
+2
-10
lines changedLines changed: 1 addition & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | 28 | | |
33 | 29 | | |
34 | 30 | | |
| |||
78 | 74 | | |
79 | 75 | | |
80 | 76 | | |
81 | | - | |
| 77 | + | |
Lines changed: 1 addition & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | 33 | | |
38 | 34 | | |
39 | 35 | | |
| |||
81 | 77 | | |
82 | 78 | | |
83 | 79 | | |
84 | | - | |
| 80 | + | |
0 commit comments