1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-01-17 22:28:46 +01:00

Merge pull request #3638 from naderman/ticket/13874

[ticket/13874] Add master to sami API docs
This commit is contained in:
Oliver Schramm 2015-05-30 12:54:27 +02:00
commit 049f584111

View File

@ -25,6 +25,7 @@ $config['versions'] = Sami\Version\GitVersionCollection::create(__DIR__ . '/../'
*/
->add('3.0.x')
->add('3.1.x')
->add('master')
;
return new Sami\Sami($iterator, $config);