mirror of
https://github.com/yiisoft/yii2.git
synced 2025-08-26 06:15:19 +08:00
property code style extensions
This commit is contained in:
@ -1,13 +1,12 @@
|
||||
<?php
|
||||
/**
|
||||
*
|
||||
*
|
||||
* @author Carsten Brandt <mail@cebe.cc>
|
||||
* @link http://www.yiiframework.com/
|
||||
* @copyright Copyright (c) 2008 Yii Software LLC
|
||||
* @license http://www.yiiframework.com/license/
|
||||
*/
|
||||
|
||||
namespace yii\apidoc\helpers;
|
||||
|
||||
|
||||
use cebe\jssearch\Indexer;
|
||||
use cebe\jssearch\tokenizer\StandardTokenizer;
|
||||
use cebe\jssearch\TokenizerInterface;
|
||||
|
Reference in New Issue
Block a user