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 d528d67 commit fa2fadcCopy full SHA for fa2fadc
src/Enum/AccessMode.php
@@ -13,7 +13,6 @@
13
14
namespace Laudis\Neo4j\Enum;
15
16
-use const E_DEPRECATED;
17
use JsonSerializable;
18
use Laudis\TypedEnum\TypedEnum;
19
src/Enum/SslMode.php
@@ -45,4 +45,3 @@ public function jsonSerialize()
45
return $this->getValue();
46
}
47
48
-
0 commit comments