Skip to content

Commit

Permalink
Remove unused Projection operator
Browse files Browse the repository at this point in the history
  • Loading branch information
GromNaN committed Nov 28, 2024
1 parent 67b3064 commit 02b4892
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 117 deletions.
1 change: 0 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,5 @@ rector.php export-ignore
/src/Builder/Accumulator/*.php linguist-generated=true
/src/Builder/Expression/*.php linguist-generated=true
/src/Builder/Query/*.php linguist-generated=true
/src/Builder/Projection/*.php linguist-generated=true
/src/Builder/Stage/*.php linguist-generated=true
/tests/Builder/*/Pipelines.php linguist-generated=true
5 changes: 0 additions & 5 deletions psalm-baseline.xml
Original file line number Diff line number Diff line change
Expand Up @@ -90,11 +90,6 @@
<code><![CDATA[$value]]></code>
</MixedAssignment>
</file>
<file src="src/Builder/Projection/ElemMatchOperator.php">
<MixedArgumentTypeCoercion>
<code><![CDATA[$query]]></code>
</MixedArgumentTypeCoercion>
</file>
<file src="src/Builder/Query.php">
<ArgumentTypeCoercion>
<code><![CDATA[$query]]></code>
Expand Down
22 changes: 0 additions & 22 deletions src/Builder/Projection.php

This file was deleted.

47 changes: 0 additions & 47 deletions src/Builder/Projection/ElemMatchOperator.php

This file was deleted.

28 changes: 0 additions & 28 deletions src/Builder/Projection/FactoryTrait.php

This file was deleted.

14 changes: 0 additions & 14 deletions src/Builder/Type/ProjectionInterface.php

This file was deleted.

0 comments on commit 02b4892

Please sign in to comment.