Skip to content

Commit

Permalink
wording
Browse files Browse the repository at this point in the history
  • Loading branch information
GromNaN committed Nov 27, 2024
1 parent 661e969 commit e0e6372
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 5 deletions.
2 changes: 1 addition & 1 deletion generator/config/stage/search.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ arguments:
type:
- string
description: |
Name of the Atlas Search index to use. If omitted, defaults to default.
Name of the Atlas Search index to use. If omitted, defaults to "default".
-
name: highlight
optional: true
Expand Down
8 changes: 8 additions & 0 deletions psalm-baseline.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,14 @@
</NoInterfaceProperties>
</file>
<file src="src/Builder/Encoder/OperatorEncoder.php">
<ArgumentTypeCoercion>
<code><![CDATA[$value]]></code>
<code><![CDATA[$value]]></code>
</ArgumentTypeCoercion>
<MixedAssignment>
<code><![CDATA[$result]]></code>
<code><![CDATA[$result[]]]></code>
<code><![CDATA[$subkey]]></code>
<code><![CDATA[$subval]]></code>
<code><![CDATA[$val]]></code>
<code><![CDATA[$val]]></code>
Expand All @@ -71,6 +76,9 @@
<code><![CDATA[$val]]></code>
<code><![CDATA[$val]]></code>
</MixedAssignment>
<RawObjectIteration>
<code><![CDATA[$val]]></code>
</RawObjectIteration>
</file>
<file src="src/Builder/Encoder/OutputWindowEncoder.php">
<MixedArgument>
Expand Down
2 changes: 1 addition & 1 deletion src/Builder/Stage/FactoryTrait.php

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

2 changes: 1 addition & 1 deletion src/Builder/Stage/FluentFactoryTrait.php

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

4 changes: 2 additions & 2 deletions src/Builder/Stage/SearchStage.php

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

0 comments on commit e0e6372

Please sign in to comment.