Skip to content
This repository was archived by the owner on Jul 15, 2021. It is now read-only.

Commit 5e3fc23

Browse files
author
andrei.ciovica
committed
Removed a forgotten var_dump.
1 parent b142fd4 commit 5e3fc23

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Adapter/MockStorageAdapter.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,6 @@ public function fetch(RequestInterface $request)
6262
foreach ($this->namingStrategies as $strategy) {
6363
if (file_exists($filename = $this->getFilename($strategy->filename($request)))) {
6464
return Psr7\parse_response(file_get_contents($filename));
65-
} else {
66-
var_dump($filename);
6765
}
6866
}
6967
}

0 commit comments

Comments
 (0)