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 7a43920 commit c6a53f9Copy full SHA for c6a53f9
src/Configuration.php
@@ -62,6 +62,6 @@ public static function isFalsy(mixed $value): bool
62
return !$value;
63
}
64
65
- return false;
+ return true;
66
67
0 commit comments