Skip to content

Commit e0861dd

Browse files
committed
Synchronizations: add missing file header
1 parent 5df947b commit e0861dd

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

src/Api/Synchronizations.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
<?php
22

3+
/*
4+
* (c) Packagist Conductors GmbH <contact@packagist.com>
5+
*
6+
* For the full copyright and license information, please view the LICENSE
7+
* file that was distributed with this source code.
8+
*/
9+
310
namespace PrivatePackagist\ApiClient\Api;
411

512
class Synchronizations extends AbstractApi

tests/Api/SynchronizationsTest.php

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
1-
<?php declare(strict_types=1);
1+
<?php
2+
3+
/*
4+
* (c) Packagist Conductors GmbH <contact@packagist.com>
5+
*
6+
* For the full copyright and license information, please view the LICENSE
7+
* file that was distributed with this source code.
8+
*/
29

310
namespace PrivatePackagist\ApiClient\Api;
411

0 commit comments

Comments
 (0)