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 11<?php
22
3- use Sami \Sami ;
43use Sami \RemoteRepository \GitHubRemoteRepository ;
5- use Sami \Version \ GitVersionCollection ;
4+ use Sami \Sami ;
65use Symfony \Component \Finder \Finder ;
76
87$ iterator = Finder::create ()
1110 ->exclude ('tests ' )
1211 ->exclude ('sami ' )
1312 ->exclude ('vendor ' )
14- ->in (__DIR__ )
15- ;
13+ ->in (__DIR__ );
1614
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__ ),
2220 'default_opened_level ' => 2 ,
23- ) );
21+ ] );
You can’t perform that action at this time.
0 commit comments