graphaware / neo4j-bolt-php

PHP Driver for Neo4j's Binary Protocol : Bolt
MIT License
42 stars 38 forks source link

Accidental var_dump()? #16

Closed sgehrig closed 7 years ago

sgehrig commented 7 years ago

I don't think that this has been done deliberately in src/Protocol/V1/Session.php lines 181 - 184:

if ($shouldThrow !== false) {
    var_dump("cooollll");
    throw $shouldThrow;
}
ikwattro commented 7 years ago

haha good point :) var_dump driven dev. Thnaks

ikwattro commented 7 years ago

removed in 1.8.2