Skip to content

Commit

Permalink
Ignore internal null/false for unit test code
Browse files Browse the repository at this point in the history
  • Loading branch information
robchett committed Oct 6, 2023
1 parent 4d0204f commit af3065b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/TestConfig.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ public function __construct()
$this->use_docblock_types = true;
$this->level = 1;
$this->cache_directory = null;
$this->ignore_internal_falsable_issues = true;
$this->ignore_internal_nullable_issues = true;

$this->base_dir = getcwd() . DIRECTORY_SEPARATOR;

Expand Down

0 comments on commit af3065b

Please sign in to comment.