Skip to content

Commit

Permalink
magento/adobe-stock-integration#1714: Change access level for metadat…
Browse files Browse the repository at this point in the history
…a model functions to private - modified public functions to private
  • Loading branch information
joweecaquicla committed Aug 5, 2020
1 parent 1ee84fb commit 78cfc8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ public function __construct(
* @return bool
* @throws FileSystemException
*/
public function isApplicable(string $path): bool
private function isApplicable(string $path): bool
{
$resource = $this->driver->fileOpen($path, 'rb');
try {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ private function insertPngXmpSegment(array $segments, SegmentInterface $xmpSegme
* @param MetadataInterface $metadata
* @return SegmentInterface
*/
public function createPngXmpSegment(MetadataInterface $metadata): SegmentInterface
private function createPngXmpSegment(MetadataInterface $metadata): SegmentInterface
{
$xmpData = $this->xmpTemplate->get();
return $this->segmentFactory->create([
Expand Down

0 comments on commit 78cfc8a

Please sign in to comment.