Commit 226358a
committed
minor #62258 [JsonPath] Remove unused "nothing" property from JsonCrawler (yoeunes)
This PR was merged into the 7.4 branch.
Discussion
----------
[JsonPath] Remove unused "nothing" property from JsonCrawler
| Q | A
|---|---
| Branch? | 7.4
| Bug fix? | no
| New feature? | no
| Deprecations? | no
| Issues | n/a
| License | MIT
This PR removes the `private static \stdClass $nothing;` property from `JsonCrawler`, as it is no longer used and has been replaced by the `Nothing::Nothing` enum. See #61749
Commits
-------
436ab117960 [JsonPath] Remove unused "nothing" property from JsonCrawler1 file changed
+2
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
34 | | - | |
35 | 33 | | |
36 | 34 | | |
37 | 35 | | |
| |||
831 | 829 | | |
832 | 830 | | |
833 | 831 | | |
834 | | - | |
835 | | - | |
| 832 | + | |
| 833 | + | |
836 | 834 | | |
837 | 835 | | |
838 | 836 | | |
| |||
0 commit comments