File tree Expand file tree Collapse file tree 1 file changed +8
-10
lines changed Expand file tree Collapse file tree 1 file changed +8
-10
lines changed Original file line number Diff line number Diff line change 1
1
<?php
2
2
3
- use Sami \Sami ;
4
3
use Sami \RemoteRepository \GitHubRemoteRepository ;
5
- use Sami \Version \ GitVersionCollection ;
4
+ use Sami \Sami ;
6
5
use Symfony \Component \Finder \Finder ;
7
6
8
7
$ iterator = Finder::create ()
11
10
->exclude ('tests ' )
12
11
->exclude ('sami ' )
13
12
->exclude ('vendor ' )
14
- ->in (__DIR__ )
15
- ;
13
+ ->in (__DIR__ );
16
14
17
- return new Sami ($ iterator , array (
18
- 'title ' => 'Bitbucket API Client ' ,
19
- 'build_dir ' => __DIR__ .'/docs ' ,
20
- 'cache_dir ' => __DIR__ .'/sami/cache ' ,
21
- 'remote_repository ' => new GitHubRemoteRepository ('BitbucketAPI/Client ' , __DIR__ ),
15
+ return new Sami ($ iterator , [
16
+ 'title ' => 'Bitbucket API Client ' ,
17
+ 'build_dir ' => __DIR__ .'/docs ' ,
18
+ 'cache_dir ' => __DIR__ .'/sami/cache ' ,
19
+ 'remote_repository ' => new GitHubRemoteRepository ('BitbucketAPI/Client ' , __DIR__ ),
22
20
'default_opened_level ' => 2 ,
23
- ) );
21
+ ] );
You can’t perform that action at this time.
0 commit comments