generated from yiisoft/package-template
-
-
Notifications
You must be signed in to change notification settings - Fork 27
/
Copy path.phpstorm.meta.php
29 lines (26 loc) · 1.05 KB
/
.phpstorm.meta.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<?php
namespace PHPSTORM_META {
expectedArguments(
\Yiisoft\Yii\Cycle\Schema\Conveyor\MetadataSchemaConveyor::addGenerator(),
0,
argumentsSet('\Cycle\Annotated\Entities::TABLE_NAMINGS'),
);
expectedArguments(
\Yiisoft\Yii\Cycle\Schema\SchemaConveyorInterface::addGenerator(),
0,
argumentsSet('\Yiisoft\Yii\Cycle\Schema\SchemaConveyorInterface::STAGES'),
);
registerArgumentsSet(
'\Cycle\Annotated\Entities::TABLE_NAMINGS',
\Cycle\Annotated\Entities::TABLE_NAMING_PLURAL,
\Cycle\Annotated\Entities::TABLE_NAMING_SINGULAR,
\Cycle\Annotated\Entities::TABLE_NAMING_NONE,
);
registerArgumentsSet(
'\Yiisoft\Yii\Cycle\Schema\SchemaConveyorInterface::STAGES',
\Yiisoft\Yii\Cycle\Schema\SchemaConveyorInterface::STAGE_INDEX,
\Yiisoft\Yii\Cycle\Schema\SchemaConveyorInterface::STAGE_RENDER,
\Yiisoft\Yii\Cycle\Schema\SchemaConveyorInterface::STAGE_USERLAND,
\Yiisoft\Yii\Cycle\Schema\SchemaConveyorInterface::STAGE_POSTPROCESS,
);
}