Merge pull request #1952 from mnvx/develop

Fix typo in docs. Update templates-processing.rst
This commit is contained in:
troosan 2020-12-29 22:53:22 +01:00 committed by GitHub
commit 6126080cdf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -190,7 +190,7 @@ Finds a row in a table row identified by `$search` param and clones it as many t
['userId' => 1, 'userName' => 'Batman', 'userAddress' => 'Gotham City'], ['userId' => 1, 'userName' => 'Batman', 'userAddress' => 'Gotham City'],
['userId' => 2, 'userName' => 'Superman', 'userAddress' => 'Metropolis'], ['userId' => 2, 'userName' => 'Superman', 'userAddress' => 'Metropolis'],
]; ];
$templateProcessor->cloneRowAndSetValues('userId', ); $templateProcessor->cloneRowAndSetValues('userId', $values);
Will result in Will result in