Skip to content

Commit 2925d55

Browse files
committed
Locking trait added
Source code headers update
1 parent b3c10ed commit 2925d55

File tree

150 files changed

+535
-309
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

150 files changed

+535
-309
lines changed

.php-cs-fixer.dist.php

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@
33
declare(strict_types=1);
44

55
/**
6-
* This file is part of the EaseCore package.
6+
* This file is part of the SpojeNet\AbraFlexi package.
77
*
8-
* (c) Vítězslav Dvořák <http://vitexsoftware.com>
8+
* (c) 2019-2024 SpojeNet s.r.o. <http://spoje.net/>
9+
* (c) 2025 SpojeNetIT s.r.o. <http://spojenet.cz/>
910
*
1011
* For the full copyright and license information, please view the LICENSE
1112
* file that was distributed with this source code.
@@ -16,9 +17,10 @@
1617
use Ergebnis\PhpCsFixer\Config\RuleSet\Php74;
1718

1819
$header = <<<'HEADER'
19-
This file is part of the EaseCore package.
20+
This file is part of the SpojeNet\AbraFlexi package.
2021
21-
(c) Vítězslav Dvořák <http://vitexsoftware.com>
22+
(c) 2019-2024 SpojeNet s.r.o. <http://spoje.net/>
23+
(c) 2025 SpojeNetIT s.r.o. <http://spojenet.cz/>
2224
2325
For the full copyright and license information, please view the LICENSE
2426
file that was distributed with this source code.

Examples/AddressImporter.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@
33
declare(strict_types=1);
44

55
/**
6-
* This file is part of the EaseCore package.
6+
* This file is part of the SpojeNet\AbraFlexi package.
77
*
8-
* (c) Vítězslav Dvořák <http://vitexsoftware.com>
8+
* (c) 2019-2024 SpojeNet s.r.o. <http://spoje.net/>
9+
* (c) 2025 SpojeNetIT s.r.o. <http://spojenet.cz/>
910
*
1011
* For the full copyright and license information, please view the LICENSE
1112
* file that was distributed with this source code.

Examples/AttachmentSaveToFile.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@
44
declare(strict_types=1);
55

66
/**
7-
* This file is part of the EaseCore package.
7+
* This file is part of the SpojeNet\AbraFlexi package.
88
*
9-
* (c) Vítězslav Dvořák <http://vitexsoftware.com>
9+
* (c) 2019-2024 SpojeNet s.r.o. <http://spoje.net/>
10+
* (c) 2025 SpojeNetIT s.r.o. <http://spojenet.cz/>
1011
*
1112
* For the full copyright and license information, please view the LICENSE
1213
* file that was distributed with this source code.

Examples/AttachmentUpload.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@
44
declare(strict_types=1);
55

66
/**
7-
* This file is part of the EaseCore package.
7+
* This file is part of the SpojeNet\AbraFlexi package.
88
*
9-
* (c) Vítězslav Dvořák <http://vitexsoftware.com>
9+
* (c) 2019-2024 SpojeNet s.r.o. <http://spoje.net/>
10+
* (c) 2025 SpojeNetIT s.r.o. <http://spojenet.cz/>
1011
*
1112
* For the full copyright and license information, please view the LICENSE
1213
* file that was distributed with this source code.

Examples/AuthSessionIdUsage.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@
44
declare(strict_types=1);
55

66
/**
7-
* This file is part of the EaseCore package.
7+
* This file is part of the SpojeNet\AbraFlexi package.
88
*
9-
* (c) Vítězslav Dvořák <http://vitexsoftware.com>
9+
* (c) 2019-2024 SpojeNet s.r.o. <http://spoje.net/>
10+
* (c) 2025 SpojeNetIT s.r.o. <http://spojenet.cz/>
1011
*
1112
* For the full copyright and license information, please view the LICENSE
1213
* file that was distributed with this source code.

Examples/AuthentizeContact.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@
44
declare(strict_types=1);
55

66
/**
7-
* This file is part of the EaseCore package.
7+
* This file is part of the SpojeNet\AbraFlexi package.
88
*
9-
* (c) Vítězslav Dvořák <http://vitexsoftware.com>
9+
* (c) 2019-2024 SpojeNet s.r.o. <http://spoje.net/>
10+
* (c) 2025 SpojeNetIT s.r.o. <http://spojenet.cz/>
1011
*
1112
* For the full copyright and license information, please view the LICENSE
1213
* file that was distributed with this source code.

Examples/BatchOperation.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@
44
declare(strict_types=1);
55

66
/**
7-
* This file is part of the EaseCore package.
7+
* This file is part of the SpojeNet\AbraFlexi package.
88
*
9-
* (c) Vítězslav Dvořák <http://vitexsoftware.com>
9+
* (c) 2019-2024 SpojeNet s.r.o. <http://spoje.net/>
10+
* (c) 2025 SpojeNetIT s.r.o. <http://spojenet.cz/>
1011
*
1112
* For the full copyright and license information, please view the LICENSE
1213
* file that was distributed with this source code.

Examples/CreateLabel.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@
44
declare(strict_types=1);
55

66
/**
7-
* This file is part of the EaseCore package.
7+
* This file is part of the SpojeNet\AbraFlexi package.
88
*
9-
* (c) Vítězslav Dvořák <http://vitexsoftware.com>
9+
* (c) 2019-2024 SpojeNet s.r.o. <http://spoje.net/>
10+
* (c) 2025 SpojeNetIT s.r.o. <http://spojenet.cz/>
1011
*
1112
* For the full copyright and license information, please view the LICENSE
1213
* file that was distributed with this source code.

Examples/CreateOrder.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@
44
declare(strict_types=1);
55

66
/**
7-
* This file is part of the EaseCore package.
7+
* This file is part of the SpojeNet\AbraFlexi package.
88
*
9-
* (c) Vítězslav Dvořák <http://vitexsoftware.com>
9+
* (c) 2019-2024 SpojeNet s.r.o. <http://spoje.net/>
10+
* (c) 2025 SpojeNetIT s.r.o. <http://spojenet.cz/>
1011
*
1112
* For the full copyright and license information, please view the LICENSE
1213
* file that was distributed with this source code.

Examples/DownloadInvoicePDF.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@
44
declare(strict_types=1);
55

66
/**
7-
* This file is part of the EaseCore package.
7+
* This file is part of the SpojeNet\AbraFlexi package.
88
*
9-
* (c) Vítězslav Dvořák <http://vitexsoftware.com>
9+
* (c) 2019-2024 SpojeNet s.r.o. <http://spoje.net/>
10+
* (c) 2025 SpojeNetIT s.r.o. <http://spojenet.cz/>
1011
*
1112
* For the full copyright and license information, please view the LICENSE
1213
* file that was distributed with this source code.

0 commit comments

Comments
 (0)