Add Psalm baseline for CopyStructureController

Record PossiblyUnusedReturnValue for Response on both copy-structure
controllers, consistent with other InvocableController routes.

Signed-off-by: Satyam <satyam.gupta756@gmail.com>
This commit is contained in:
Satyam 2026-04-22 10:41:24 +05:30
parent 372ab219ef
commit a2d68167a1

View File

@ -954,6 +954,11 @@
<code><![CDATA[DatabaseInterface::getInstance()]]></code>
</DeprecatedMethod>
</file>
<file src="src/Controllers/Database/Structure/CopyStructureController.php">
<PossiblyUnusedReturnValue>
<code><![CDATA[Response]]></code>
</PossiblyUnusedReturnValue>
</file>
<file src="src/Controllers/Database/Structure/CopyTableController.php">
<PossiblyUnusedMethod>
<code><![CDATA[__construct]]></code>
@ -2481,6 +2486,11 @@
<code><![CDATA[[$request->getParam('field')]]]></code>
</MixedArgumentTypeCoercion>
</file>
<file src="src/Controllers/Table/Structure/CopyStructureController.php">
<PossiblyUnusedReturnValue>
<code><![CDATA[Response]]></code>
</PossiblyUnusedReturnValue>
</file>
<file src="src/Controllers/Table/Structure/MoveColumnsController.php">
<MixedArgumentTypeCoercion>
<code><![CDATA[$moveColumns]]></code>