Commit 84c6afb
authored
fix: remove @internal annotation from orderColumn() method
The orderColumn() method in QueryDataTable is documented and intended
for public use (as shown in package docs), but was incorrectly marked
as @internal. This caused static analyzers like PHPStan to report false
positives when calling the method in userland code.
Removing the @internal annotation clarifies that orderColumn() is part
of the public API.1 parent f8354bb commit 84c6afb
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
625 | 625 | | |
626 | 626 | | |
627 | 627 | | |
628 | | - | |
| 628 | + | |
629 | 629 | | |
630 | 630 | | |
631 | 631 | | |
| |||
0 commit comments