Skip to content

Commit 009b6fe

Browse files
committed
B2B-2037: [AWS S3] [Integration Tests]: Investigate Test Failures in MediaGallerySynchronization & MediaGallerySynchronizationMetadata modules
1 parent 358759e commit 009b6fe

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

app/code/Magento/MediaGalleryMetadata/Model/Gif/ReadFile.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ private function readBlock($resource): string
330330
}
331331

332332
/**
333-
* Returns current driver for media dircetory
333+
* Returns current driver for media directory
334334
*
335335
* @return DriverInterface
336336
* @throws FileSystemException

app/code/Magento/MediaGalleryMetadata/Model/Gif/WriteFile.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ private function writeSegments($resource, array $segments): void
8686
}
8787

8888
/**
89-
* Returns current driver for media dircetory
89+
* Returns current driver for media directory
9090
*
9191
* @return DriverInterface
9292
* @throws FileSystemException

app/code/Magento/MediaGalleryMetadata/Model/Jpeg/ReadFile.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ private function read($resource, int $length): string
219219
}
220220

221221
/**
222-
* Returns current driver for media dircetory
222+
* Returns current driver for media directory
223223
*
224224
* @return DriverInterface
225225
* @throws FileSystemException

app/code/Magento/MediaGalleryMetadata/Model/Jpeg/Segment/ReadExif.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ public function execute(FileInterface $file): MetadataInterface
7272
}
7373

7474
/**
75-
* Parese exif data from segment
75+
* Parse exif data from segment
7676
*
7777
* @param string $filePath
7878
*/

app/code/Magento/MediaGalleryMetadata/Model/Jpeg/WriteFile.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ private function writeSegments($resource, array $segments): void
102102
}
103103

104104
/**
105-
* Returns current driver for media dircetory
105+
* Returns current driver for media directory
106106
*
107107
* @return DriverInterface
108108
* @throws FileSystemException

app/code/Magento/MediaGalleryMetadata/Model/Png/ReadFile.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ private function read($resource, int $length): string
137137
}
138138

139139
/**
140-
* Returns current driver for media dircetory
140+
* Returns current driver for media directory
141141
*
142142
* @return DriverInterface
143143
* @throws FileSystemException

app/code/Magento/MediaGalleryMetadata/Model/Png/WriteFile.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ private function writeSegments($resource, array $segments): void
8888
}
8989

9090
/**
91-
* Returns current driver for media dircetory
91+
* Returns current driver for media directory
9292
*
9393
* @return DriverInterface
9494
* @throws FileSystemException

0 commit comments

Comments
 (0)