mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/13874] Add master to sami API docs
PHPBB3-13874
This commit is contained in:
parent
75dd91412b
commit
d589142c0b
1 changed files with 1 additions and 0 deletions
|
@ -25,6 +25,7 @@ $config['versions'] = Sami\Version\GitVersionCollection::create(__DIR__ . '/../'
|
||||||
*/
|
*/
|
||||||
->add('3.0.x')
|
->add('3.0.x')
|
||||||
->add('3.1.x')
|
->add('3.1.x')
|
||||||
|
->add('master')
|
||||||
;
|
;
|
||||||
|
|
||||||
return new Sami\Sami($iterator, $config);
|
return new Sami\Sami($iterator, $config);
|
||||||
|
|
Loading…
Add table
Reference in a new issue