Skip to content

Commit 48b3f46

Browse files
committed
Add code completion for ORDER BY directions
1 parent e6a8204 commit 48b3f46

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.phpstorm.meta.php

+10
Original file line numberDiff line numberDiff line change
@@ -116,3 +116,13 @@
116116
1,
117117
argumentsSet('rules')
118118
);
119+
registerArgumentsSet(
120+
'order_by_directions',
121+
'asc',
122+
'desc',
123+
);
124+
expectedArguments(
125+
\Framework\MVC\Model::paginate(),
126+
4,
127+
argumentsSet('order_by_directions')
128+
);

0 commit comments

Comments
 (0)