mirror of
https://codeberg.org/icewind/SearchDAV.git
synced 2026-08-02 12:14:54 +02:00
switch to PSR12 base for formatting
This commit is contained in:
parent
9dbcdfb741
commit
cbff3d0764
29 changed files with 107 additions and 49 deletions
|
|
@ -1,4 +1,6 @@
|
|||
<?php declare(strict_types=1);
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
/**
|
||||
* @copyright Copyright (c) 2018 Robin Appelman <robin@icewind.nl>
|
||||
*
|
||||
|
|
@ -24,8 +26,8 @@ namespace SearchDAV\Query;
|
|||
use SearchDAV\Backend\SearchPropertyDefinition;
|
||||
|
||||
class Order {
|
||||
const ASC = 'ascending';
|
||||
const DESC = 'descending';
|
||||
public const ASC = 'ascending';
|
||||
public const DESC = 'descending';
|
||||
|
||||
/**
|
||||
* @var SearchPropertyDefinition
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue