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