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 d57ce94 commit 0ec6e4fCopy full SHA for 0ec6e4f
src/Base.php
@@ -22,7 +22,7 @@
22
23
class Base
24
{
25
- const VERSION = '0.4.10';
+ const VERSION = '0.4.11';
26
27
/**
28
* @var bool - print verbose debug messages to STDOUT
src/Filesystem.php
@@ -57,7 +57,7 @@ public function exists($name)
57
public function get($name)
58
59
if (!$this->exists($name)) {
60
- $this->error("get: NOT FOUND: $name");
+ $this->verbose("get: NOT FOUND: $name");
61
62
return false;
63
}
0 commit comments