Skip to content

Commit 66ff562

Browse files
Correct coding standard component Scaffold.php
1 parent 9dc3e65 commit 66ff562

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

src/Builder/Component/Scaffold.php

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -239,8 +239,12 @@ public function build(): bool
239239
*
240240
* @return string
241241
*/
242-
private function captureFilterInput(string $var, $fields, bool $useGetSetters, ?string $identityField = null): string
243-
{
242+
private function captureFilterInput(
243+
string $var,
244+
$fields,
245+
bool $useGetSetters,
246+
?string $identityField = null
247+
): string {
244248
$code = '';
245249
foreach ($fields as $field => $dataType) {
246250
if ($identityField !== null && $field === $identityField) {

0 commit comments

Comments
 (0)