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 f06ca27 commit 058b94cCopy full SHA for 058b94c
.gitignore
@@ -4,3 +4,4 @@ phpunit.xml
4
vendor/
5
*.idea
6
.phpunit.result.cache
7
+.php-cs-fixer.cache
src/Traits/HasPropertiesTrait.php
@@ -24,7 +24,6 @@
24
use function is_array;
25
use WikibaseSolutions\CypherDSL\PropertyMap;
26
use WikibaseSolutions\CypherDSL\Types\AnyType;
27
-use WikibaseSolutions\CypherDSL\Types\StructuralTypes\HasPropertiesType;
28
29
trait HasPropertiesTrait
30
{
0 commit comments