Commit 31322c4
Fixed null deprecation in UnserializeArray.php (OpenMage#4394)
* Fixed issue OpenMage#4352 null deprecation in UnserializeArray.php
* Added @ to suppress warnings and notices
* Suppress PHPMD ErrorControlOperator
* Fix suppress PHPMD ErrorControlOperator
* Update app/code/core/Mage/Core/Helper/UnserializeArray.php
phpstan fix
* Update app/code/core/Mage/Core/Helper/UnserializeArray.php
Co-authored-by: Sven Reichel <[email protected]>
* updated test result
* sonar-1
---------
Co-authored-by: Sven Reichel <[email protected]>1 parent e5feff0 commit 31322c4
File tree
2 files changed
+8
-4
lines changed- app/code/core/Mage/Core/Helper
- tests/unit/Mage/Core/Helper
2 files changed
+8
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
29 | 30 | | |
30 | 31 | | |
31 | 32 | | |
32 | 33 | | |
33 | | - | |
| 34 | + | |
| 35 | + | |
34 | 36 | | |
35 | 37 | | |
36 | 38 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| 53 | + | |
| 54 | + | |
53 | 55 | | |
54 | | - | |
| 56 | + | |
55 | 57 | | |
56 | 58 | | |
57 | 59 | | |
58 | | - | |
| 60 | + | |
59 | 61 | | |
60 | 62 | | |
61 | 63 | | |
62 | | - | |
| 64 | + | |
63 | 65 | | |
64 | 66 | | |
65 | 67 | | |
| |||
0 commit comments