Skip to content

Commit

Permalink
Fix php-cs
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-schranz committed Mar 25, 2023
1 parent fad544f commit b7dec0c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Content/Application/ContentCopier/ContentCopierInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ interface ContentCopierInterface
* @param mixed[] $sourceDimensionAttributes
* @param ContentRichEntityInterface<T> $targetContentRichEntity
* @param mixed[] $targetDimensionAttributes
* @param array{data?: mixed[], ignoredAttributes?: string[]} $options The "data" allows given custom data to the target and "ignoredAttributes" avoids specific attributes to be copied.
* @param array{data?: mixed[], ignoredAttributes?: string[]} $options the "data" allows given custom data to the target and "ignoredAttributes" avoids specific attributes to be copied
*
* @return T
*/
Expand All @@ -44,7 +44,7 @@ public function copy(
* @param DimensionContentCollectionInterface<T> $dimensionContentCollection
* @param ContentRichEntityInterface<T> $targetContentRichEntity
* @param mixed[] $targetDimensionAttributes
* @param array{data?: mixed[], ignoredAttributes?: string[]} $options The "data" allows given custom data to the target and "ignoredAttributes" avoids specific attributes to be copied.
* @param array{data?: mixed[], ignoredAttributes?: string[]} $options the "data" allows given custom data to the target and "ignoredAttributes" avoids specific attributes to be copied
*
* @return T
*/
Expand All @@ -61,7 +61,7 @@ public function copyFromDimensionContentCollection(
* @param T $dimensionContent
* @param ContentRichEntityInterface<T> $targetContentRichEntity
* @param mixed[] $targetDimensionAttributes
* @param array{data?: mixed[], ignoredAttributes?: string[]} $options The "data" allows given custom data to the target and "ignoredAttributes" avoids specific attributes to be copied.
* @param array{data?: mixed[], ignoredAttributes?: string[]} $options the "data" allows given custom data to the target and "ignoredAttributes" avoids specific attributes to be copied
*
* @return T
*/
Expand Down

0 comments on commit b7dec0c

Please sign in to comment.