Skip to content

Commit

Permalink
[TASK] Fix php-cs-fixer (#723)
Browse files Browse the repository at this point in the history
* [TASK] Fix php-cs-fixer

* Delete .ddev/config.yaml

---------

Co-authored-by: Łukasz Uznański <l.uznanski@macopedia.com>
  • Loading branch information
lukaszuznanski and lukaszuznanski authored May 9, 2024
1 parent 1549543 commit 3f75d3b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,10 @@ nbproject
.Build/
public/
vendor/
build/
coverage/
functional/
reports/
unit/
composer.lock
**/.phpunit.result.cache
2 changes: 1 addition & 1 deletion Classes/DataProcessing/ExtractPropertyProcessor.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ public function process(
} while (count($key));

return [
$targetFieldName => $processedData
$targetFieldName => $processedData,
];
}
}

0 comments on commit 3f75d3b

Please sign in to comment.