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 70910e6 commit c9e8fd1Copy full SHA for c9e8fd1
src/AbraFlexi/RO.php
@@ -507,7 +507,7 @@ public function setUp(array $options = []): bool
507
$this->ignore404($options['ignore404']);
508
}
509
510
- $this->setupProperty($options, 'throwException', 'ABRAFLEXI_EXCEPTIONS');
+ $this->setupBoolProperty($options, 'throwException', 'ABRAFLEXI_EXCEPTIONS');
511
$this->setupBoolProperty($options, 'debug');
512
$this->setupBoolProperty($options, 'autoload');
513
0 commit comments