Skip to content

Commit

Permalink
Update usort.xml Fix visibility issue (#4426)
Browse files Browse the repository at this point in the history
  • Loading branch information
imaarov authored Jan 30, 2025
1 parent e50047b commit 5d19b00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reference/array/functions/usort.xml
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ $fruits[2]: lemons
<![CDATA[
<?php
class TestObj {
private string $name;
public string $name;
function __construct($name)
{
Expand Down

0 comments on commit 5d19b00

Please sign in to comment.