Skip to content

Commit

Permalink
Add generated files
Browse files Browse the repository at this point in the history
  • Loading branch information
GromNaN committed Dec 3, 2024
1 parent 588fe7d commit 9fe3bd1
Show file tree
Hide file tree
Showing 24 changed files with 4,530 additions and 44 deletions.
8 changes: 0 additions & 8 deletions psalm-baseline.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,6 @@
</NoInterfaceProperties>
</file>
<file src="src/Builder/Encoder/OperatorEncoder.php">
<MixedArgument>
<code><![CDATA[$this->recursiveEncode($val)]]></code>
</MixedArgument>
<MixedAssignment>
<code><![CDATA[$k]]></code>
<code><![CDATA[$name]]></code>
Expand All @@ -73,19 +70,14 @@
<code><![CDATA[$prop]]></code>
<code><![CDATA[$result]]></code>
<code><![CDATA[$result[]]]></code>
<code><![CDATA[$subval]]></code>
<code><![CDATA[$v]]></code>
<code><![CDATA[$val]]></code>
<code><![CDATA[$val]]></code>
<code><![CDATA[$val]]></code>
<code><![CDATA[$val]]></code>
</MixedAssignment>
<PossibleRawObjectIteration>
<code><![CDATA[$val]]></code>
</PossibleRawObjectIteration>
<PossiblyInvalidArgument>
<code><![CDATA[$this->recursiveEncode($val)]]></code>
</PossiblyInvalidArgument>
</file>
<file src="src/Builder/Encoder/OutputWindowEncoder.php">
<MixedArgument>
Expand Down
76 changes: 76 additions & 0 deletions src/Builder/Search/AutocompleteOperator.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

84 changes: 84 additions & 0 deletions src/Builder/Search/CompoundOperator.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

57 changes: 57 additions & 0 deletions src/Builder/Search/EmbeddedDocumentOperator.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

59 changes: 59 additions & 0 deletions src/Builder/Search/EqualsOperator.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

48 changes: 48 additions & 0 deletions src/Builder/Search/ExistsOperator.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 9fe3bd1

Please sign in to comment.