File tree 2 files changed +4
-2
lines changed
lib/Doctrine/ODM/MongoDB/Aggregation/Stage
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 11
11
*
12
12
* @psalm-import-type OperatorExpression from Expr
13
13
* @psalm-type AddFieldsStageExpression = array{'$addFields': array<string, OperatorExpression|mixed>}
14
+ * @final
14
15
*/
15
- final class AddFields extends Operator
16
+ class AddFields extends Operator
16
17
{
17
18
/** @return AddFieldsStageExpression */
18
19
public function getExpression (): array
Original file line number Diff line number Diff line change 11
11
*
12
12
* @psalm-import-type OperatorExpression from Expr
13
13
* @psalm-type SetStageExpression = array{'$set': array<string, OperatorExpression|mixed>}
14
+ * @final
14
15
*/
15
- final class Set extends Operator
16
+ class Set extends Operator
16
17
{
17
18
/** @psalm-return SetStageExpression */
18
19
public function getExpression (): array
You can’t perform that action at this time.
0 commit comments