We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b292ef6 commit 5ff5f69Copy full SHA for 5ff5f69
tests/Predis/Command/Argument/Search/SchemaFields/GeoShapeFieldTest.php
@@ -1,5 +1,15 @@
1
<?php
2
3
+/*
4
+ * This file is part of the Predis package.
5
+ *
6
+ * (c) 2009-2020 Daniele Alessandri
7
+ * (c) 2021-2023 Till Krüss
8
9
+ * For the full copyright and license information, please view the LICENSE
10
+ * file that was distributed with this source code.
11
+ */
12
+
13
namespace Predis\Command\Argument\Search\SchemaFields;
14
15
use PHPUnit\Framework\TestCase;
0 commit comments