We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5df947b commit e0861ddCopy full SHA for e0861dd
src/Api/Synchronizations.php
@@ -1,5 +1,12 @@
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
+ */
9
+
10
namespace PrivatePackagist\ApiClient\Api;
11
12
class Synchronizations extends AbstractApi
tests/Api/SynchronizationsTest.php
@@ -1,4 +1,11 @@
-<?php declare(strict_types=1);
+<?php
0 commit comments