Skip to content

Commit 4a73bfa

Browse files
authored
Merge pull request #637: Remove experimental note from updateWithStart client method
1 parent 8a42213 commit 4a73bfa

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

psalm-baseline.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -250,11 +250,6 @@
250250
<code><![CDATA[valueUnset]]></code>
251251
</ImpureMethodCall>
252252
</file>
253-
<file src="src/Common/SearchAttributes/SearchAttributeKey/KeywordListValue.php">
254-
<MismatchingDocblockParamType>
255-
<code><![CDATA[iterable<string|\Stringable>]]></code>
256-
</MismatchingDocblockParamType>
257-
</file>
258253
<file src="src/Common/TypedSearchAttributes.php">
259254
<InvalidArgument>
260255
<code><![CDATA[$key]]></code>

src/Client/WorkflowClientInterface.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ public function startWithSignal(
7171
* @param object|WorkflowStubInterface $workflow
7272
* @param non-empty-string|UpdateOptions $update Name of the update handler or update options.
7373
*
74-
* @note Experimental feature.
7574
* @since SDK 2.12.0
7675
*/
7776
public function updateWithStart(

0 commit comments

Comments
 (0)