Skip to content

Commit

Permalink
Initial work on Phan configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Sep 27, 2018
1 parent 8255b9f commit adcd0cc
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .phan/config.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?php declare(strict_types=1);
return [
'directory_list' => [ 'src/', 'vendor/' ],
'exclude_analysis_directory_list' => [ 'vendor/' ],

'target_php_version' => '7.1',
];

0 comments on commit adcd0cc

Please sign in to comment.