Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Ignore src/Framework/Assert/Functions.php
  • Loading branch information
sebastianbergmann committed Sep 27, 2018
1 parent 5bb97ad commit 4b45340
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .phan/config.php
@@ -1,7 +1,7 @@
<?php declare(strict_types=1);
return [
'directory_list' => [ 'src/', 'vendor/' ],
'exclude_analysis_directory_list' => [ 'vendor/' ],
'exclude_analysis_directory_list' => [ 'vendor/', 'src/Framework/Assert/' ],

'target_php_version' => '7.1',
];

0 comments on commit 4b45340

Please sign in to comment.