Skip to content
Snippets Groups Projects
Commit 68e46e3d authored by Yovanny Gomez Oyola's avatar Yovanny Gomez Oyola Committed by Szczepan Musiał
Browse files

Issue #3388655 by yovanny.gomez.oyola: Fix PHP 8.2 warnings

parent 18459404
No related branches found
No related tags found
No related merge requests found
......@@ -13,6 +13,13 @@ use Drupal\views\Views;
*/
class ArgOrderSort extends SortPluginBase {
/**
* Sort values.
*
* @var array
*/
protected array $sort_values;
/**
* {@inheritdoc}
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment