Skip to content

Commit c9e8fd1

Browse files
committed
use setupBoolProperty for $this->throwException
1 parent 70910e6 commit c9e8fd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AbraFlexi/RO.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -507,7 +507,7 @@ public function setUp(array $options = []): bool
507507
$this->ignore404($options['ignore404']);
508508
}
509509

510-
$this->setupProperty($options, 'throwException', 'ABRAFLEXI_EXCEPTIONS');
510+
$this->setupBoolProperty($options, 'throwException', 'ABRAFLEXI_EXCEPTIONS');
511511
$this->setupBoolProperty($options, 'debug');
512512
$this->setupBoolProperty($options, 'autoload');
513513

0 commit comments

Comments
 (0)