summaryrefslogtreecommitdiffstats
path: root/doc/ssl/SSL_CTX_use_serverinfo.pod
AgeCommit message (Expand)Author
2016-10-26Move manpages to man[1357] structure.Rich Salz
2016-05-20Doc nits cleanup, round 2Rich Salz
2016-05-20Fix nits in pod files.Rich Salz
2016-05-19Add copyright to manpagesRich Salz
2016-05-02Issue #719:TJ Saunders
2015-06-23GH297: Fix NAME section of SSL_CTX_use_serverinfo.podVitezslav Cizek
2014-01-10typoJeff Trawick
2013-09-13Update docs to mention "BEGIN SERVERINFO FOR ".Trevor Perrin
2013-06-18Cleanup of custom extension stuff.Trevor
tion value='dependabot/composer/vendor-bin/csfixer/friendsofphp/php-cs-fixer-3.57.2'>dependabot/composer/vendor-bin/csfixer/friendsofphp/php-cs-fixer-3.57.2 Mirror of https://github.com/nextcloud/spreedmatthias
summaryrefslogtreecommitdiffstats
path: root/tests/stubs/oc_comments_manager.php
blob: c7a6a9564a0b59ac660ba42c736b00073f6206f8 (plain)
1
2
3
4
5
6
<?php

namespace OC\Comments {
	class Manager implements \OCP\Comments\ICommentsManager {
	}
}