Permalink
Cannot retrieve contributors at this time
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
20 lines (17 sloc)
382 Bytes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
declare(strict_types=1); | |
namespace Tests\Database; | |
/** | |
* @api( | |
* title="Summary", | |
* zh-CN:title="概述", | |
* zh-TW:title="概述", | |
* path="database/README", | |
* description="QueryPHP database is 666.", | |
* zh-CN:description="QueryPHP 数据库非常强大", | |
* zh-TW:description="QueryPHP 資料庫非常强大", | |
* ) | |
*/ | |
class SummaryDoc | |
{ | |
} |